Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| SERVER_HOST | No | Server host address | 0.0.0.0 |
| SERVER_PORT | No | Server port number | 8000 |
| AZURE_OPENAI_API_KEY | Yes | Azure OpenAI API key | |
| AZURE_OPENAI_ENDPOINT | Yes | Azure OpenAI endpoint URL | |
| AZURE_AI_MODEL_DEPLOYMENT_NAME | Yes | Azure AI model deployment name |
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 | |