POST
/
api
/
chat
/
get-streaming-response-with-chat-history

Query Parameters

is_get_suggest_question
string | null

Specify whether to get suggested questions.

Body

application/json

Schema for streaming with chat history.

bot_id
string
required

Unique identifier for the associated bot.

chat_history
object[]
required

List of chat history entries.

message
string
required

Content of the message.

Response

200 - application/json

The response is of type string.