Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL_PROVIDER | No | The model provider to use (bedrock or openai) | |
| OPENAI_API_KEY | No | The API key for the OpenAI model provider | |
| AWS_ACCESS_KEY_ID | No | The AWS access key ID for the Bedrock model provider | |
| AWS_DEFAULT_REGION | No | The AWS default region for the Bedrock model provider | |
| AWS_SECRET_ACCESS_KEY | No | The AWS secret access key for the Bedrock model provider |
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 | |