Commit 4a047b1
docs: clarify task name is optional in adk.acp.create_task
task/create is get-or-create by name, so reusing an existing name returns that
task with its prior history rather than creating a new one. Document on the
hand-written ADK entry point that name is optional: omit it (or make it unique)
for a fresh task each call. Avoids accidental duplicate/stale tasks, especially
in multi-agent delegation.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 2df25c7 commit 4a047b1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments