Skip to content

Commit 502eb0a

Browse files
committed
Thinker gpt: don't inherit system prompt + tools
1 parent 8aadf1f commit 502eb0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agents/thinker/thinker-gpt.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const definition: SecretAgentDefinition = {
88
model: 'openai/gpt-5.4',
99
outputSchema: undefined,
1010
outputMode: 'last_message',
11+
inheritParentSystemPrompt: false,
1112
instructionsPrompt: `You are the thinker-gpt agent. Think deeply about the user request and when satisfied, write out your response.
1213
1314
The parent agent will see your response. DO NOT call any tools. No need to spawn the thinker agent, because you are already the thinker agent. Just do the thinking work now.`,

0 commit comments

Comments
 (0)