Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KUBECONFIG | No | Path to kubeconfig for Kubernetes adapter | |
| GITHUB_TOKEN | No | PAT for GitHub adapter | |
| OPENAI_MODEL | No | Model name, defaults to gpt-3.5-turbo-1106 | gpt-3.5-turbo-1106 |
| OPENAI_API_KEY | Yes | API key for calling OpenAI models | |
| AZURE_CLIENT_ID | No | Client ID for Azure SDK | |
| AZURE_TENANT_ID | No | Tenant ID for Azure SDK | |
| AZURE_CLIENT_SECRET | No | Client secret for Azure SDK |
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 | |