Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CACHE_DIR | No | Directory for caching files | ./cache |
CACHE_TTL | No | Cache time-to-live in seconds | 3600 |
LOG_LEVEL | No | Logging level | info |
MAX_FILE_SIZE | No | Maximum file size for processing | 100MB |
CACHE_MAX_SIZE | No | Maximum cache size | 1GB |
GOOGLE_CLIENT_ID | Yes | Your Google Client ID | |
GOOGLE_REDIRECT_URI | No | Google OAuth redirect URI | http://localhost:8080/callback |
GOOGLE_CLIENT_SECRET | Yes | Your Google Client Secret |
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 |