Skip to content

Commit f382d0f

Browse files
committed
Remind spawner of best-of-n that it takes no prompt
1 parent 1923597 commit f382d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.agents/base2/best-of-n/best-of-n-orchestrator-gpt-5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const definition: SecretAgentDefinition = {
88
model: 'openai/gpt-5',
99
displayName: 'Best-of-N GPT-5 Implementation Orchestrator',
1010
spawnerPrompt:
11-
'Orchestrates multiple implementor agents to generate implementation proposals, selects the best one, and applies the changes (no need to make the edits yourself).',
11+
'Orchestrates multiple implementor agents to generate implementation proposals, selects the best one, and applies the changes (no need to make the edits yourself). Has no input prompt! It reads the context from the message history.',
1212

1313
includeMessageHistory: true,
1414
inheritParentSystemPrompt: true,

.agents/base2/best-of-n/best-of-n-orchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const definition: SecretAgentDefinition = {
88
model: 'anthropic/claude-sonnet-4.5',
99
displayName: 'Best-of-N Implementation Orchestrator',
1010
spawnerPrompt:
11-
'Orchestrates multiple implementor agents to generate implementation proposals, selects the best one, and applies the changes.',
11+
'Orchestrates multiple implementor agents to generate implementation proposals, selects the best one, and applies the changes. Has no input prompt! It reads the context from the message history.',
1212

1313
includeMessageHistory: true,
1414
inheritParentSystemPrompt: true,

0 commit comments

Comments
 (0)