-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
{
"name": "ApiError",
"url": "/v1/agents/agent-a8c882a0-8472-41b0-b36b-4df45663eb84/reset-messages?add_default_initial_messages=false",
"status": 422,
"statusText": "Unprocessable Entity",
"body": {
"trace_id": "",
"detail": "[{'type': 'missing', 'loc': ('body',), 'msg': 'Field required', 'input': None}]"
},
"request": {
"method": "PATCH",
"url": "/v1/agents/{agent_id}/reset-messages",
"path": {
"agent_id": "agent-a8c882a0-8472-41b0-b36b-4df45663eb84"
},
"query": {
"add_default_initial_messages": false
},
"errors": {
"422": "Validation Error"
}
}
}
simple fix: adding body: '{}' to the PATCH request in Letta Desktop.
Metadata
Metadata
Assignees
Labels
No labels