Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Directory for storing data | ./data |
| ENDPOINTS | No | API endpoint for image generation | /v1/images/generations |
| IMAGE_MODEL | Yes | Your image model name | |
| IMAGE_API_KEY | Yes | Your image API key | |
| IMAGE_API_URL | Yes | Your image API URL |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |