From 6e49965ebda5664fbe6a380bf70a74f336b6b190 Mon Sep 17 00:00:00 2001 From: VascoSch92 Date: Wed, 25 Mar 2026 23:26:00 +0100 Subject: [PATCH] update TaskToolSet tool params --- sdk/guides/task-tool-set.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/guides/task-tool-set.mdx b/sdk/guides/task-tool-set.mdx index 43bf86fa..1c796d42 100644 --- a/sdk/guides/task-tool-set.mdx +++ b/sdk/guides/task-tool-set.mdx @@ -136,7 +136,6 @@ When the parent agent calls the task tool, it provides these parameters: | `subagent_type` | `str` | No | Which registered agent type to use (default: `"default"`) | | `description` | `str` | No | Short label (3-5 words) for display and tracking | | `resume` | `str` | No | Task ID from a previous invocation to continue | -| `max_turns` | `int` | No | Maximum agent iterations before stopping (default: 500) | ## Task Observation