mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
Rename ChooseAgent tool to ListAgents
This commit is contained in:
@@ -13,8 +13,7 @@ import shared.config
|
||||
def change_goal(args: dict) -> dict:
|
||||
|
||||
new_goal = args.get("goalID")
|
||||
shared.config.AGENT_GOAL = new_goal
|
||||
|
||||
return {
|
||||
"new_goal": shared.config.AGENT_GOAL,
|
||||
"new_goal": new_goal,
|
||||
}
|
||||
Reference in New Issue
Block a user