mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 12:30:14 +00:00
fix(agents): fix ReActAgent (#2588)
This commit is contained in:
@@ -81,9 +81,12 @@ async def main():
|
||||
await user_proxy.initiate_chat(
|
||||
recipient=tool_engineer,
|
||||
reviewer=user_proxy,
|
||||
message="Calculate the product of 10 and 99, then count the number of files in /tmp",
|
||||
# message="Calculate the product of 10 and 99",
|
||||
# message="Count the number of files in /tmp",
|
||||
message="Calculate the product of 10 and 99",
|
||||
)
|
||||
await user_proxy.initiate_chat(
|
||||
recipient=tool_engineer,
|
||||
reviewer=user_proxy,
|
||||
message="Count the number of files in /tmp",
|
||||
)
|
||||
|
||||
# dbgpt-vis message infos
|
||||
|
Reference in New Issue
Block a user