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:
committed by
Caren Thomas
parent
3e92fecb03
commit
0653970533
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user