diff --git a/app/prompt/browser.py b/app/prompt/browser.py index 70fed30..b27714d 100644 --- a/app/prompt/browser.py +++ b/app/prompt/browser.py @@ -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. """ diff --git a/app/prompt/manus.py b/app/prompt/manus.py index f080ba4..76200c1 100644 --- a/app/prompt/manus.py +++ b/app/prompt/manus.py @@ -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. """