Fix template alignment (#6389)

* chore: fix template render alignment

* chore: fix template render alignment

* chore: fix templates

---------

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2025-11-25 16:26:57 -08:00
committed by Caren Thomas
parent 3e92fecb03
commit 0653970533

View File

@@ -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": {