mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
Change to use goal_list in the api code, add list_agents to the other goal as the last tool
This commit is contained in:
@@ -180,7 +180,6 @@ class AgentGoalWorkflow:
|
||||
if await helpers.handle_missing_args(current_tool, args, tool_data, self.prompt_queue):
|
||||
continue
|
||||
|
||||
# Would swapping these two get rid of the confirm button step?
|
||||
waiting_for_confirm = True
|
||||
self.confirm = False
|
||||
workflow.logger.info("Waiting for user confirm signal...")
|
||||
|
||||
Reference in New Issue
Block a user