Update Working Memory
Save changes to the agent's working memory.
Content must include at least a Focus Areas or Briefing section. Maximum 4 KB.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "http://127.0.0.1:14242/agent/working-memory" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}