Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | |
OPENAI_MODEL | No | OpenAI model to use | gpt-4 |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
SNOWFLAKE_ROLE | No | Default Snowflake role name | |
SNOWFLAKE_USER | Yes | Your Snowflake username | |
SNOWFLAKE_SCHEMA | No | Default Snowflake schema name | |
SNOWFLAKE_ACCOUNT | Yes | Your Snowflake account identifier (e.g., ACCOUNT-LOCATOR.snowflakecomputing.com) | |
SNOWFLAKE_DATABASE | No | Default Snowflake database name | |
SNOWFLAKE_PASSWORD | Yes | Your Snowflake password | |
SNOWFLAKE_WAREHOUSE | No | Default Snowflake warehouse name |
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 |