Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_SEARCH_INDEX_NAME | No | Your Azure AI Search index name | |
| AZURE_SEARCH_API_KEY | No | Your Azure AI Search API key | |
| BING_CONNECTION_NAME | No | Your Bing Web Search connection name | |
| MODEL_DEPLOYMENT_NAME | No | Your model deployment name | |
| AI_SEARCH_CONNECTION_NAME | No | Your Azure AI Search connection name | |
| PROJECT_CONNECTION_STRING | No | Your Azure AI Project connection string | |
| AZURE_SEARCH_SERVICE_ENDPOINT | No | Your Azure AI Search service endpoint (e.g., https://your-service-name.search.windows.net) |
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 | |