Invoke the agent with a message and get a response.
Request payload for synchronous and streaming chat endpoints.
Attributes: session_id: Client-provided session identifier for routing state. query: Natural language prompt or input for the agent.
Successful Response
Response payload for chat endpoints.
Attributes: session_id: Echoed session identifier. response: Agent's textual response.