Skip to main content
POST
Stream LLM Response

Path Parameters

session_id
string
required

Body

message
string
required

User's message text to send to the LLM.

Minimum string length: 1
clear_history
boolean
required

If true, clear the session's conversation history before sending this message.

Response

The response is of type string.