labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
18.03k stars 4.79k forks source link

图表插件功能无法使用 #3099

Open leekoko opened 4 hours ago

leekoko commented 4 hours ago

例行检查

你的版本

问题描述, 日志截图 工作流拖拽图表,数据输入之后返回为空

截屏2024-11-08 16 06 46

复现步骤 工作流拖拽图表, 示例数据如下 return { data1: "['周一', '周二', '周三', '周四', '周五', '周六', '周日']", data2: "[23, 35, 28, 42, 31, 25, 37]" }

去掉中括号 [ 、 ] 也不行

预期结果 能够使用图表功能,看起来就很炫酷!!!

相关截图

leekoko commented 4 hours ago

运行结果截图如下

image