Chats
Deprecated: use Agents instead. Chat endpoints are no longer supported.
Start a chat
Creates a chat. The request specifies the default retrieval parameters that the prompt uses.
List chats
Lists previous chats in the account.
Get a chat
Returns a chat summary that shows what started the chat, but not subsequent turns.
Delete a chat
Deletes a chat and all its turns permanently.
Create a new turn in the chat
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.
List turns in a chat
Lists all turns in a chat. Each turn is a message and response pair in the dialog.
Get a turn
Returns a specific turn from a chat. A turn is a message and response pair from the conversation.
Delete a turn
Deletes a turn from a chat. This also deletes all subsequent turns in the chat.
Update a turn
Updates a turn to disable or enable it.