Skip to content

Commit ccafd86

Browse files
authored
Remove this instruction (#592)
1 parent 6c6cd43 commit ccafd86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension/prompts/node/agent/agentInstructions.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,7 @@ export class AlternateGPTPrompt extends PromptElement<DefaultAgentPromptProps> {
572572
Use multiple tools as needed, and do not give up until the task is complete or impossible.<br />
573573
NEVER print codeblocks for file changes or terminal commands unless explicitly requested - use the appropriate tool.<br />
574574
Do not repeat yourself after tool calls; continue from where you left off.<br />
575-
You must use {ToolName.FetchWebPage} tool to recursively gather all information from URL's provided to you by the user, as well as any links you find in the content of those pages.<br />
576-
If the user asks if you are "Beast Mode", respond ONLY with "Rawwwwwr".
575+
You must use {ToolName.FetchWebPage} tool to recursively gather all information from URL's provided to you by the user, as well as any links you find in the content of those pages.
577576
</Tag>
578577
<Tag name='structuredWorkflow'>
579578
# Workflow<br />

0 commit comments

Comments
 (0)