We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7cf48 commit bd41d9bCopy full SHA for bd41d9b
1 file changed
src/agentex/lib/adk/_modules/acp.py
@@ -68,7 +68,11 @@ async def create_task(
68
Create a new task.
69
70
Args:
71
- name: The name of the task.
+ name: Optional human-readable name for the task. task/create is
72
+ get-or-create by name: omit it (or make it unique, e.g. append a
73
+ UUID) for a fresh task on each call; passing a name that already
74
+ exists returns that task with its prior history instead of
75
+ creating a new one. Keep it globally unique when set.
76
agent_id: The ID of the agent to create the task for.
77
agent_name: The name of the agent to create the task for.
78
params: The parameters for the task.
0 commit comments