From 065397053307d5de65aa3a5275b994aa4f4bc8ce Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Tue, 25 Nov 2025 16:26:57 -0800 Subject: [PATCH] Fix template alignment (#6389) * chore: fix template render alignment * chore: fix template render alignment * chore: fix templates --------- Co-authored-by: Shubham Naik --- fern/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/openapi.json b/fern/openapi.json index 8e3c002d..de83b3e2 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -16483,7 +16483,7 @@ "post": { "description": "Creates an Agent or multiple Agents from a template", "summary": "Create Agents From Template", - "tags": ["newTemplates"], + "tags": ["templates"], "parameters": [ { "name": "template_version", @@ -16495,7 +16495,7 @@ "description": "The template version, formatted as {template-name}:{version-number} or {template-name}:latest. This endpoint is not available for self-hosted Letta." } ], - "operationId": "newTemplates.createAgentsFromTemplate", + "operationId": "templates.createAgentsFromTemplateNoProject", "requestBody": { "description": "Body", "content": {