Persist Question
Save a question and its response as a feed event.
Called after agent streaming completes to persist the Q&A in the feed timeline. Does not create memories, only stores the conversation.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/agent/feed/input/persist-question" \ -H "Content-Type: application/json" \ -d '{ "question": "string", "agent_response": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}