Create ConversationTool to create a new conversation with a specified bot.
Create DocumentTool to create a new document with text or HTML content in Cody AI.
Create Document From FileTool to create a document by uploading a file (up to 100 MB).
Create Document from WebpageTool to create a document from a publicly accessible webpage URL.
Create FolderTool to create a new folder in Cody AI for organizing content.
Delete ConversationTool to delete a conversation by its ID.
Delete DocumentTool to delete a document by id.
Get ConversationTool to fetch a conversation by its ID from Cody AI.
Get DocumentTool to retrieve a specific document by its identifier from Cody AI.
Get FolderTool to retrieve a specific folder by its identifier.
Get MessageTool to fetch a specific message by its ID from Cody AI.
Get Upload Signed URLTool to get an AWS S3 signed upload URL for file uploads.
List BotsTool to get all bots with optional keyword filtering.
List ConversationsTool to get all conversations with optional filtering by bot, keyword, or includes.
List DocumentsTool to retrieve all documents from Cody AI account with optional filtering.
List FoldersTool to retrieve all folders with optional keyword filtering.
List MessagesTool to retrieve a paginated list of messages from Cody, optionally filtered by conversation.
Send MessageTool to send a message to Cody AI and receive an AI-generated response.
Send Message for StreamTool to send a message to Cody AI and receive a Server-Sent Events (SSE) stream URL for the AI response.
Update ConversationTool to update a conversation by its ID including name, bot_id, and document_ids.
Update FolderTool to update a folder by its ID.