Merge pull request #1050 from Avalephh/addPrompt

add terminate for NEXT_STEP_PROMPT in browser & manus
This commit is contained in:
Sheng Fan
2025-04-10 14:22:04 +08:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -89,4 +89,6 @@ For browser interactions:
Consider both what's visible and what might be beyond the current viewport.
Be methodical - remember your progress and what you've learned so far.
If you want to stop the interaction at any point, use the `terminate` tool/function call.
"""
+2
View File
@@ -5,4 +5,6 @@ SYSTEM_PROMPT = (
NEXT_STEP_PROMPT = """
Based on user needs, proactively select the most appropriate tool or combination of tools. For complex tasks, you can break down the problem and use different tools step by step to solve it. After using each tool, clearly explain the execution results and suggest the next steps.
If you want to stop the interaction at any point, use the `terminate` tool/function call.
"""