Skip to content

Commit 2e5fa72

Browse files
committed
No need to provide much context to thinker
1 parent 1b5e256 commit 2e5fa72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/thinker/thinker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const definition: SecretAgentDefinition = {
1111
},
1212
displayName: 'Theo the Theorizer',
1313
spawnerPrompt:
14-
'Does deep thinking given the current conversation history and a specific prompt to focus on. Use this to help you solve a specific problem. You must gather any relevant context before spawning this agent because the thinker agent has no access to tools.',
14+
'Does deep thinking given the current conversation history and a specific prompt to focus on. Use this to help you solve a specific problem. You must gather any relevant context before spawning this agent because the thinker agent has no access to tools. You can keep the prompt very short, because the thinker agent can see the entire conversation history for context.',
1515
inputSchema: {
1616
prompt: {
1717
type: 'string',

0 commit comments

Comments
 (0)