Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level for the application | info |
| AZURE_CLIENT_ID | No | Your Azure client ID (for production) | |
| AZURE_TENANT_ID | No | Your Azure tenant ID (for production) | |
| AZURE_CLIENT_SECRET | No | Your Azure client secret (for production) | |
| AZURE_OPENAI_API_KEY | Yes | Your Azure OpenAI API key | |
| AZURE_OPENAI_ENDPOINT | Yes | Your Azure OpenAI endpoint URL | |
| AZURE_COGNITIVE_SERVICES_KEY | Yes | Your Azure Cognitive Services API key | |
| AZURE_STORAGE_CONNECTION_STRING | Yes | Your Azure Storage connection string | |
| AZURE_COGNITIVE_SERVICES_ENDPOINT | Yes | Your Azure Cognitive Services endpoint URL | |
| AZURE_APPLICATION_INSIGHTS_CONNECTION_STRING | No | Your Azure Application Insights connection string |
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 | |