Merge pull request #1050 from Avalephh/addPrompt
add terminate for NEXT_STEP_PROMPT in browser & manus
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user