Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Optional environment setting (development or production) | development |
| QUICK_CHART_DRAW_URL | No | Optional quick chart draw URL | |
| NEED_INSTALL_QUICK_CHART | No | Optional flag to determine if quick chart needs to be installed (true or false) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| GetChartImgLink-examples |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| GetChartImgLink | To draw chart and get chart image link by parameters, and parameter grammar follows Quick Chart API (quickchart.io). |