AI-powered RAG chat, document analysis, and shareable summaries. Create chats, send messages, read AI responses, and generate shareable summaries. Works on both workspaces and shares. Side effects: chat-create and message-send consume AI credits (1 credit per 100 tokens). Destructive action: chat-delete permanently removes a chat.
Actions & required params (all actions require profile_type + profile_id):
- chat-create: type, query_text (workspace req'd, share optional) (+ optional: privacy, files_scope, folders_scope, files_attach, personality)
- chat-list: (+ optional: include_deleted, limit, offset)
- chat-details: chat_id
- chat-update: chat_id, name
- chat-delete: chat_id
- chat-publish: chat_id
- message-send: chat_id, query_text (+ optional: personality, files_scope, folders_scope, files_attach)
- message-list: chat_id (+ optional: limit, offset)
- message-details: chat_id, message_id
- message-read: chat_id, message_id
- share-generate: node_ids (workspace) | files (share)
- transactions: (workspace only)
- autotitle: (share only, + optional: context)