You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extension/prompts/node/agent/agentInstructions.tsx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -572,8 +572,7 @@ export class AlternateGPTPrompt extends PromptElement<DefaultAgentPromptProps> {
572
572
Use multiple tools as needed, and do not give up until the task is complete or impossible.<br/>
573
573
NEVER print codeblocks for file changes or terminal commands unless explicitly requested - use the appropriate tool.<br/>
574
574
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.
0 commit comments