Create a new turn in the chat
POST/v2/chats/:chat_id/turns
Create a new turn in the chat. Each conversation has a series of turn
objects, which are the sequence of message and response pairs that make up the dialog.
Request
Responses
- 200
- 400
- 403
- 404
A response to a chat request.
Turn creation request was malformed.
Permissions do not allow creating a turn in the chat.
Corpus or chat not found.