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: openhands/agenthub/codeact_agent/codeact_agent.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ def get_observation_message(
268
268
new_phase=obs.new_phase
269
269
ifnew_phase==ReplayDebuggingPhase.Edit:
270
270
# Tell the agent to stop analyzing and start editing:
271
-
text="You have concluded the analysis.\nIMPORTANT: NOW review, then implement the hypothesized changes using the edit tools available to you. The code is available in the workspace.\nIMPORTANT: Don't stop. Fix the bug.\nIMPORTANT: Don't stop. Fix the bug."
271
+
text="You have concluded the analysis.\nIMPORTANT: NOW review, then implement the hypothesized changes using tools. The code is available in the workspace.\nIMPORTANT: Don't stop. Fix the bug.\nIMPORTANT: Don't stop. Fix the bug."
0 commit comments