Try to fix multiple ListAgents steps

This commit is contained in:
Laine
2025-04-17 09:19:29 -04:00
parent dddd2977b9
commit 247bac0a28
3 changed files with 4 additions and 3 deletions

View File

@@ -178,6 +178,7 @@ class AgentGoalWorkflow:
current_tool = tool_data["tool"] = "ListAgents"
waiting_for_confirm = True
self.confirmed = True
continue
# else if the next step is to be done with the conversation such as if the user requests it via asking to "end conversation"
elif next_step == "done":