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
When adding agents to an orchestrator and then setting a classifier via the api: orchestrator.set_classifier()
The list of agents is not updated in the new selected classifier.
See set_classifier:
Expected Behaviour
When adding agents to an orchestrator and then setting a classifier via the api:
orchestrator.set_classifier()
The list of agents is not updated in the new selected classifier.
See set_classifier:
Current Behaviour
call
orchestrator.set_classifier()
once all the agents have been added and see that the classifier is not able to find an agent.Code snippet
Possible Solution
Set the classifier before adding agents.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: