Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
VIMD_IMAGE_SERVER | No | Custom image generation server URL | https://vmind.visactor.com/export |
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 |
---|---|
generate_cartesian_chart | Generates Cartesian charts: line (trends over time), area (cumulative totals), bar (category comparison), waterfall (incremental changes), ranking bar (ordered categories), and funnel (visualizes stages in a process or conversion rates). |
generate_polar_chart | Generate a polar chart (rose, radar, pie) to display numerical differences among different categories using radius and angle in polar coordinates. |
generate_hierarchical_chart | Generate a chart for hierarchical visualization of multi-level categorical data proportions, include sunburst, treemap, circle_packing. |
generate_progress_chart | Generates a progress chart for visualizing quantitative values normalized between 0 and 1. Ideal for representing progress, completion rates, or proportional metrics. The gauge chart and liquid chart currently only supports displaying data for a single dimension. |
generate_wordcloud_venn | Generate a word cloud to visualize word frequency or importance, or a Venn diagram to show relationships such as intersections and unions between sets. |
generate_scatter_chart | Generate a scatter chart to visually display the distribution, clustering trends, and correlations of data points in two-dimensional or multi-dimensional space. Suitable for analyzing relationships between variables, outlier detection, and similar scenarios. |
generate_range_column_chart | Generate a range column chart to display the value range (such as minimum and maximum) for each category, suitable for comparing the range distribution across different categories. |
generate_dual_axis_chart | Generate a dual-axis chart for visualizing two quantitative variables using a combination of bar and line series. Ideal for comparing trends and magnitudes across two metrics with distinct y-axes. |
generate_sankey_chart | Generate a Sankey diagram to visualize the flow relationships between nodes in complex networks, suitable for displaying the distribution and flow paths of source and target data. |
generate_heatmap_chart | Generates a heatmap chart based on a Cartesian coordinate system. It is used to visualize the intensity or density of values at the intersection of two discrete variables, suitable for revealing association patterns and distribution characteristics between variables. |