API Reference¶
This is the API Reference for the unique toolkit.
Available Modules¶
Core Services¶
- Chat Module - All capabilities to interact with the chat frontend
- Knowledge Base Module - All interaction with the knowledge base
- Short Term Memory Module - Create memories attached to a specific chat
- App Module - App initialization, SDK setup, event handling, and webhook verification
- Smart Rules - Create complex queries using UniqueQL to filter and search content
- Data Extraction The data extraction provides a flexible framework for extracting structured data from text using language models
Framework Utilities¶
- OpenAI Client - OpenAI-compatible client for the toolkit platform
- Langchain Client - Langchain integration client
Deprecated Modules¶
- Content Module (Deprecated) - Low-level content operations (use KnowledgeBaseService instead)
- Embedding Module (Deprecated soon) - Embedding functionality (use OpenAI Client directly)
- Language Model Module (Deprecated soon) - Language model operations (use OpenAI Client directly)