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

编排模式下,应用A调用应用B,B的对话日志中没有记录 #1742

Closed bulexu closed 4 months ago

bulexu commented 4 months ago

例行检查

你的版本

问题描述, 日志截图 image

image

如图,在第一个应用中查看调用情况,可见调用了应用,但是在对应的第二张截图中,没有任何日志记录

复现步骤 通过api调用应用a,编排中配置调用应用b 预期结果 b中需要看到对话日志 相关截图

bulexu commented 4 months ago

不清楚是我配置不正确还是当前功能就是这么设计的,请求解答,辛苦

c121914yu commented 4 months ago

确实是没有,因为目前对话记录是和顶层 chat 绑定。后续再单独抽一两个版本优化日志。

bulexu commented 4 months ago

copy