mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
Add "done" back in for prompts, remove argument from ListAgents tool def
This commit is contained in:
@@ -3,13 +3,7 @@ from models.tool_definitions import ToolDefinition, ToolArgument
|
||||
list_agents_tool = ToolDefinition(
|
||||
name="ListAgents",
|
||||
description="List available agents to interact with, pulled from goal_registry. ",
|
||||
arguments=[
|
||||
ToolArgument(
|
||||
name="userConfirmation",
|
||||
type="string",
|
||||
description="dummy variable to make thing work",
|
||||
),
|
||||
],
|
||||
arguments=[],
|
||||
)
|
||||
|
||||
change_goal_tool = ToolDefinition(
|
||||
|
||||
Reference in New Issue
Block a user