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
17.49k stars 4.69k forks source link

指定回复,回复json #1664

Closed yp94 closed 4 months ago

yp94 commented 4 months ago

例行检查

功能描述 指定回复,回复json 应用场景 多个ai对话的结果串联在一起返回,现在是一长串字符串,我通过特殊字符分隔,希望可以返回json 相关示例

yp94 commented 4 months ago

或者支持把代码运行的结果直接返回也行

c121914yu commented 4 months ago

或者支持把代码运行的结果直接返回也行

不是有代码节点么

yp94 commented 4 months ago

或者支持把代码运行的结果直接返回也行

不是有代码节点么

image

代码节点的结果没返回呀

c121914yu commented 4 months ago

或者支持把代码运行的结果直接返回也行

不是有代码节点么

image

代码节点的结果没返回呀

你不输出怎么返回

yp94 commented 4 months ago

或者支持把代码运行的结果直接返回也行

不是有代码节点么

image

代码节点的结果没返回呀

你不输出怎么返回

我输出了不就被强制转成字符串了

c121914yu commented 4 months ago

或者支持把代码运行的结果直接返回也行

不是有代码节点么

image

代码节点的结果没返回呀

你不输出怎么返回

我输出了不就被强制转成字符串了

不是字符串怎么打印

yp94 commented 4 months ago

或者支持把代码运行的结果直接返回也行

不是有代码节点么

image

代码节点的结果没返回呀

你不输出怎么返回

我输出了不就被强制转成字符串了

不是字符串怎么打印

好吧,我自己stringify再输出也行