fix : chromedriver bug
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ class AgentRouter:
|
||||
result = self.classify_text(text)
|
||||
for agent in self.agents:
|
||||
if result["labels"][0] == agent.role:
|
||||
pretty_print(f"Selected agent: {agent.agent_name}", color="warning")
|
||||
pretty_print(f"Selected agent: {agent.agent_name} (roles: {agent.role})", color="warning")
|
||||
return agent
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user