fix(agents): fix ReActAgent (#2588)

This commit is contained in:
Cooper
2025-04-07 13:04:55 +08:00
committed by GitHub
parent 3ceba89102
commit 0fd578cf87
4 changed files with 16 additions and 10 deletions

View File

@@ -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