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
fix bug: in class AgentBuilder~build() add function(list_of_functions to
agent,the return agent name is ‘None’,and the app crashed
## Related issue number
#4937
Copy file name to clipboardexpand all lines: autogen/agentchat/contrib/agent_builder.py
+22-20
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ class AgentBuilder:
182
182
{agent_details}
183
183
184
184
Hint:
185
-
# Only respond with the name of the agent that is most suited to execute the function and nothing else.
185
+
# Only respond with the name of the agent that is most suited to execute the function and nothing else.if there is no agent that is most suited to execute the function, respond with exactly "None"
0 commit comments