Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OCONNSTRING | Yes | CosmosDB connection string from Azure Portal | |
COSMOS_DATABASE_ID | Yes | Database ID to connect to | |
COSMOS_MAX_RETRY_ATTEMPTS | No | Maximum retry attempts for requests | 9 |
COSMOS_MAX_RETRY_WAIT_TIME | No | Maximum retry wait time (ms) | 30000 |
COSMOS_ENABLE_ENDPOINT_DISCOVERY | No | Enable automatic endpoint discovery | true |
COSMOS_ENABLE_CROSS_PARTITION_QUERY | No | Enable cross-partition queries | true |
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 |