Create a new turn in the chat
POST/v2/chats/:chat_id/turns
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Creates a new turn in the chat. Each chat has a series of turn objects. Each turn is a message and response pair in 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.