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
Hi,
Is it possible to add custom routing? For example, could I add tools that are called once before calling the supervisor or after the supervisor produces the final answer?
I can do that when manually creating a supervisor with a create_handoff_tool but don't know how to do it when using create_supervisor.
For instance, in the following graph, how can wire date_to_prompt and formatter to the supervisor created with create_supervisor?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to add custom routing? For example, could I add tools that are called once before calling the supervisor or after the supervisor produces the final answer?
I can do that when manually creating a supervisor with a
create_handoff_tool
but don't know how to do it when usingcreate_supervisor
.For instance, in the following graph, how can wire
date_to_prompt
andformatter
to the supervisor created withcreate_supervisor
?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions