add terminate for NEXT_STEP_PROMPT in browser & manus

This commit is contained in:
avaleph
2025-04-10 14:09:23 +08:00
parent a541822350
commit 0e7f5ee0f9
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.
"""