Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode for additional diagnostic tools | false |
OPENAI_API_KEY | No | Your OpenAI API key for embeddings | |
DFM_SQLITE_LOCATION | No | Path to the SQLite database file | ./knowledge.db |
OPENAI_EMBEDDING_MODEL | No | OpenAI embedding model to use (text-embedding-3-small, text-embedding-3-large, or text-embedding-ada-002) | text-embedding-3-small |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |