Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CUSTOM_API_URL | No | URL for local LLM API when not using Gemini | http://localhost:8050 |
GEMINI_API_KEY | No | API key for Gemini AI, can be replaced with a local LLM API |
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 |