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
I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.
I'm trying to use Command in tools to update graph state from tools,
when i call stream func with stream_mode=updates, if the llm call multiple tools at once, only the tool messages related to last tool is stream out, others not output.
if i define tool without return command, it works.
System Info
System Information
OS: Linux
OS Version: #1 SMP Sat Oct 7 17:52:50 CST 2023
Python Version: 3.12.7 | packaged by Anaconda, Inc. | (main, Oct 4 2024, 13:27:36) [GCC 11.2.0]
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
I'm trying to use Command in tools to update graph state from tools,
when i call stream func with stream_mode=updates, if the llm call multiple tools at once, only the tool messages related to last tool is stream out, others not output.
if i define tool without return command, it works.
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: