Skip to content

Commit 5181f84

Browse files
committed
thinker-gemini: low reasoning, be concise
1 parent 013b7f7 commit 5181f84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

agents/thinker/thinker-gemini.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ const definition: SecretAgentDefinition = {
77
id: 'thinker-gemini',
88
model: 'google/gemini-3.1-pro-preview',
99
providerOptions: undefined,
10+
reasoningOptions: {
11+
effort: 'low',
12+
},
1013
outputSchema: undefined,
1114
outputMode: 'last_message',
1215
inheritParentSystemPrompt: false,
13-
instructionsPrompt: `You are the thinker-gemini agent. Think deeply about the user request and when satisfied, write out your response.
16+
instructionsPrompt: `You are the thinker-gemini agent. Think about the user request and when satisfied, write out a very concise response that captures the most important points. DO NOT be verbose -- say the absolute minimum needed to answer the user's question correctly.
1417
1518
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.`,
1619
handleSteps: function* () {

0 commit comments

Comments
 (0)