Skip to content

Commit 4e5d082

Browse files
committed
Tweak general agent prompt
1 parent d9e51c5 commit 4e5d082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents/general-agent/general-agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export const createGeneralAgent = (options: {
2020
displayName: isGpt5 ? 'GPT-5 Agent' : 'Opus Agent',
2121
spawnerPrompt:
2222
isGpt5 ?
23-
'A general-purpose, deep-thinking (and slow) agent that can be used to solve a wide range of problems. Use this to help you solve a specific problem that requires extended reasoning. This agent has no context on the conversation history so you must provide all the relevant context (via the prompt or filePaths) for this agent to work well.'
24-
: 'A general-purpose capable agent that can be used to solve a wide range of problems. Use this to help you solve any problem. This agent has no context on the conversation history so you must provide all the relevant context (via the prompt or filePaths) for this agent to work well.',
23+
'A general-purpose, deep-thinking (and slow) agent that can be used to solve a wide range of problems. Use this to help you solve a specific problem that requires extended reasoning. This agent has no context on the conversation history so it cannot see files you have read or previous discussion. Instead, you must provide all the relevant context via the prompt or filePaths for this agent to work well.'
24+
: 'A general-purpose capable agent that can be used to solve a wide range of problems. Use this to help you solve any problem. This agent has no context on the conversation history so it cannot see files you have read or previous discussion. Instead, you must provide all the relevant context via the prompt or filePaths for this agent to work well.',
2525
inputSchema: {
2626
prompt: {
2727
type: 'string',

0 commit comments

Comments
 (0)