Submit Feed Input Stream
Stream agent processing of feed input.
The agent classifies your input, searches the knowledge base for context, and streams back a response. Captures are saved as memories automatically.
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/stream" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}