Module chats_api

Source

Enums§

ChatControllerCreateChatError
struct for typed errors of method chat_controller_create_chat
ChatControllerCreateOpenAiChatError
struct for typed errors of method chat_controller_create_open_ai_chat
ChatControllerDeleteChatError
struct for typed errors of method chat_controller_delete_chat
ChatControllerGetChatError
struct for typed errors of method chat_controller_get_chat
ChatControllerListChatsError
struct for typed errors of method chat_controller_list_chats

Functions§

chat_controller_create_chat
Creates a new chat. Requires at least one of: assistantId/assistant, sessionId, or previousChatId. Note: sessionId and previousChatId are mutually exclusive.
chat_controller_create_open_ai_chat
chat_controller_delete_chat
chat_controller_get_chat
chat_controller_list_chats