Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_SEARCH_API_KEY | Yes | Your Azure Cognitive Search API key | |
| AZURE_SEARCH_ENDPOINT | Yes | Your Azure Cognitive Search service endpoint URL | |
| AZURE_SEARCH_INDEX_NAME | Yes | The name of your Azure Cognitive Search index |
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 |
|---|---|
| search-documents | Search documents in Azure Cognitive Search index |
| index-content | Index or update documents in Azure Cognitive Search |
| delete-index | Delete the Azure Cognitive Search index |