Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| OPENAI_MODEL | No | OpenAI model to use for DAX generation (defaults to gpt-4o-mini) | gpt-4o-mini |
| OPENAI_API_KEY | Yes | Your OpenAI API key from OpenAI Platform | |
| DEFAULT_CLIENT_ID | No | Your Azure AD Service Principal client ID | |
| DEFAULT_TENANT_ID | No | Your Azure AD tenant ID | |
| DEFAULT_CLIENT_SECRET | No | Your Azure AD Service Principal client secret |
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 | |