Remove subagent instructions from system prompt (#5441)
This commit is contained in:
@@ -30,18 +30,6 @@ No extensions are defined. You should let the user know that they should add ext
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# sub agents
|
|
||||||
|
|
||||||
Execute self contained tasks where step-by-step visibility is not important through subagents.
|
|
||||||
|
|
||||||
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
|
|
||||||
verification, exploration
|
|
||||||
- Parallel subagents for multiple operations, single subagents for independent work
|
|
||||||
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
|
|
||||||
- Provide all needed context — subagents cannot see your context
|
|
||||||
- Use extension filters to limit resource access
|
|
||||||
- Use return_last_only when only a summary or simple answer is required — inform subagent of this choice.
|
|
||||||
|
|
||||||
# Response Guidelines
|
# Response Guidelines
|
||||||
|
|
||||||
- Use Markdown formatting for all responses.
|
- Use Markdown formatting for all responses.
|
||||||
|
|||||||
-12
@@ -54,18 +54,6 @@ how to use this extension
|
|||||||
- list_resources
|
- list_resources
|
||||||
|
|
||||||
|
|
||||||
# sub agents
|
|
||||||
|
|
||||||
Execute self contained tasks where step-by-step visibility is not important through subagents.
|
|
||||||
|
|
||||||
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
|
|
||||||
verification, exploration
|
|
||||||
- Parallel subagents for multiple operations, single subagents for independent work
|
|
||||||
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
|
|
||||||
- Provide all needed context — subagents cannot see your context
|
|
||||||
- Use extension filters to limit resource access
|
|
||||||
- Use return_last_only when only a summary or simple answer is required — inform subagent of this choice.
|
|
||||||
|
|
||||||
# Response Guidelines
|
# Response Guidelines
|
||||||
|
|
||||||
- Use Markdown formatting for all responses.
|
- Use Markdown formatting for all responses.
|
||||||
|
|||||||
-12
@@ -68,18 +68,6 @@ Explain that minimizing extensions helps with the recall of the correct tools to
|
|||||||
- list_resources
|
- list_resources
|
||||||
|
|
||||||
|
|
||||||
# sub agents
|
|
||||||
|
|
||||||
Execute self contained tasks where step-by-step visibility is not important through subagents.
|
|
||||||
|
|
||||||
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
|
|
||||||
verification, exploration
|
|
||||||
- Parallel subagents for multiple operations, single subagents for independent work
|
|
||||||
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
|
|
||||||
- Provide all needed context — subagents cannot see your context
|
|
||||||
- Use extension filters to limit resource access
|
|
||||||
- Use return_last_only when only a summary or simple answer is required — inform subagent of this choice.
|
|
||||||
|
|
||||||
# Response Guidelines
|
# Response Guidelines
|
||||||
|
|
||||||
- Use Markdown formatting for all responses.
|
- Use Markdown formatting for all responses.
|
||||||
|
|||||||
@@ -59,20 +59,6 @@ Explain that minimizing extensions helps with the recall of the correct tools to
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{tool_selection_strategy}}
|
{{tool_selection_strategy}}
|
||||||
{% if enable_subagents %}
|
|
||||||
|
|
||||||
# sub agents
|
|
||||||
|
|
||||||
Execute self contained tasks where step-by-step visibility is not important through subagents.
|
|
||||||
|
|
||||||
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
|
|
||||||
verification, exploration
|
|
||||||
- Parallel subagents for multiple operations, single subagents for independent work
|
|
||||||
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
|
|
||||||
- Provide all needed context — subagents cannot see your context
|
|
||||||
- Use extension filters to limit resource access
|
|
||||||
- Use return_last_only when only a summary or simple answer is required — inform subagent of this choice.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Response Guidelines
|
# Response Guidelines
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user