Chats
Deprecated: use Agents instead. Chat endpoints are no longer supported.
Start a chat
Create a chat while specifying the default retrieval parameters used by the prompt.
List chats
Retrieve a list of previous chats in the Vectara account.
Get a chat
Get a chat summary to view what started the chat, but not subsequent turns.
Delete a chat
Delete a chat and any turns it contains permanently.
Create a new turn in the chat
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.
List turns in a chat
List all turns in a chat to see all message and response pairs that make up the dialog.
Get a turn
Get a specific turn from a chat, which is a message and response pair from the conversation.
Delete a turn
Delete a turn from a chat. This will delete all subsequent turns in the chat.
Update a turn
Update a turn; used to disable or enable a chat.