Agents
Send message (streaming)
Send a message and receive a streaming response via SSE. If conversationId is not provided, a new conversation is created using the preferred LLM config.
POST
Send message (streaming)
Headers
Workspace ID
Body
application/json
Example:
"Hello, how can you help me?"
Continue existing conversation. If not provided, a new conversation is created.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Override model name for new conversations
Override provider for new conversations
Available options:
ask, agent Preferred worker ID for remote command execution. Only respected when agentMode is "agent".
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
200 - application/json
The response is of type object.
Send message (streaming)
