You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MultiAgent, the Planner devises a plan to accomplish an action by utilizing two tools. The first tool is invoked successfully and returns the correct result. However, the execution of the second tool relies on the result from the first tool. During the second tool invocation, the result from the first tool was not stored in memory, causing the second tool to fail to execute successfully.
human: 最近消息记录:
Question: 使用get_current_system_time工具获取当前时间戳
Thought: {
"thought": "用户希望使用get_current_system_time工具来获取当前的时间戳,该工具不需要任何参数。",
"tool_name": "get_current_system_time",
"args": {}
}
用户输入: Read the result data of the dependent steps in the above historical message to complete the current goal:使用format_time_stamp工具将时间戳转换为'yy-mm-dd'格式
What you expected to happen
write the result into memory
How to reproduce
may lost observation in template in some commit, add it bak is ok
Additional context
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Operating system information
MacOS(M1, M2...)
Python version information
DB-GPT version
latest release
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
macos
Models information
qwen-trubo
What happened
When using MultiAgent, the Planner devises a plan to accomplish an action by utilizing two tools. The first tool is invoked successfully and returns the correct result. However, the execution of the second tool relies on the result from the first tool. During the second tool invocation, the result from the first tool was not stored in memory, causing the second tool to fail to execute successfully.
What you expected to happen
write the result into memory
How to reproduce
may lost observation in template in some commit, add it bak is ok
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: