-
|
Hi, With the recent fixes to bugs that prevented use of threads with Workfow agents (created via One challenge that I've had is with tool calls, a naive workflow like so (pseudocode), results in tool call results in the thread, I'm concerned this will cause bloat in token usage: An alternative would be to wrap the agent in another executor which internally calls The downside with the this approach is that it requires an additional executor, and the recently added A third approach, would be to subclass Maybe |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Apologies for the delay here. I am going to turn this into an issue so we can better track it. |
Beta Was this translation helpful? Give feedback.
Created as #3172, if you want to follow along.