SEND Message (sync)
Synchronously send a message to an agent in a conversation and receive the response.
Endpoint
Parameters
Example request
Advanced reasoning
To use advanced reasoning feature, user can either
Enable advanced reasoning from UI
Add
"is_run_ooda": true
in the chat request body.
Note:
If no plan is specify yet, system will auto generate the plan from the context
It will take longer to get the response
Multi-language support
To get response other than English, please add
language_code
in the request body. List of supported language:Japanese:
ja
Chinese:
ch_sim
Italian:
it
Spanish:
es
Example request:
Last updated