You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Run a query in a subagent that uses the Opus-4.5 model.
4
+
model: GPT-5 mini (copilot)
5
+
agent: agent
6
+
---
7
+
<USER_REQUEST_INSTRUCTIONS>
8
+
Call #tool:agent/runSubagent - include the following args:
9
+
- agentName: "opus-agent"
10
+
- prompt: $USER_QUERY
11
+
</USER_REQUEST_INSTRUCTIONS>
12
+
13
+
<USER_REQUEST_RULES>
14
+
- You can call the 'subagent' defined in 'USER_REQUEST_INSTRUCTIONS' as many times as needed to fulfill the user's request.
15
+
- It's recommended you use the subagent to help you decide how best to respond and/or complete the task (because it is a larger model than you) including how best to break the task down into smaller steps if needed.
16
+
- Use the subagent for all todos/tasks/queries, do not perform any task or respond to any query yourself, you are just an orchestrator.
17
+
- Do not manipulate/summarize subagent responses to save on tokens, always be comprehensive and verbose.
18
+
- Do not evaluate or respond to the remainder of this message, the subagent is responsible for all further content.
0 commit comments