agents
Send Message Streaming
Process a user message and return the agent's response. This endpoint accepts a message from a user and processes it through the agent. It will stream the steps of the response always, and stream the tokens if 'stream_tokens' is set to True.
post/v1/agents/{agent_id}/messages/stream
Path parameters
agent_idstring required
Request body
Response
Successful response
{"stackTrail":"paths:/v1/agents/{agent_id}/messages/stream:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}