Process a user message and return the agent’s response. This endpoint accepts a message from a user and processes it through the agent.
The messages to be sent to the agent.
Whether the server should parse specific tool call arguments (default send_message
) as AssistantMessage
objects.
The name of the designated message tool.
The name of the message argument in the designated message tool.
Successful Response
The messages returned by the agent.
The usage statistics of the agent.