Send a request to the advanced chat application, supporting various file types and workflow events.
API Key authentication.
Request body to send an advanced chat message.
The body is of type object
.
Successful response. The content type and structure depend on the response_mode
.
blocking
: application/json
with ChatCompletionResponse
.streaming
: text/event-stream
with ChunkAdvancedChatEvent
stream.Response for blocking mode chat.