工作流导入后,工具调用节点调用工具时,工具收到的参数是null #7078
Unanswered
RichardChen3511
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
你好,请教个问题。
fastgpt历史版本是否存在这个问题:工作流导出之后再导入,导入导出均正常,导入之后工作流也可以运行,但导入之后的工作流在工具调用节点工作异常:工具调用节点调用llm返回了tool_call和参数值,但在调用工具时,参数值丢失了,工具节点收到的内容变成null
我的工作流结构是:工具调用节点X--->[自定义工具变量节点Y+工具调用Y]

---> [自定义工具变量节点Y+工具调用Z]
目前定位看到X调用时,参数是有值的,自定义工具变量节点Y收到的是null
我的Fastgpt 版本是 v4.14.5.1
问题现象如图:

Beta Was this translation helpful? Give feedback.
All reactions