Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level for the server (set to DEBUG for detailed logging) | INFO |
OLLAMA_MODEL | No | Model to use with Ollama | llama3.2 |
OPENAI_API_KEY | No | Your OpenAI API key for the OpenAI Agent | |
OLLAMA_BASE_URL | No | URL for the local Ollama server | http://localhost:11434 |
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 |