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
# NOTE: The phase change itself is handled in AgentController.
268
-
new_phase=obs.new_phase
269
-
ifnew_phase==ReplayDebuggingPhase.Edit:
270
-
# Tell the agent to stop analyzing and start editing:
271
-
text="""
272
-
You have concluded the analysis.
273
-
274
-
IMPORTANT: NOW review, then implement the hypothesized changes using tools. The code is available in the workspace. Start by answering these questions:
275
-
1. What is the goal of the investigation according to the initial prompt and initial analysis? IMPORTANT. PAY ATTENTION TO THIS. THIS IS THE ENTRY POINT OF EVERYTHING.
276
-
2. Given (1), is the hypothesis's `problem` description correct? Does it match the goal of the investigation?
277
-
3. Do the `editSuggestions` actually address the issue?
278
-
4. Rephrase the hypothesis so that it is consistent and correct.
# Tell the agent to stop analyzing and start editing:
69
+
return"""
70
+
You have concluded the analysis.
71
+
72
+
IMPORTANT: NOW review, then implement the hypothesized changes using tools. The code is available in the workspace. Start by answering these questions:
73
+
1. What is the goal of the investigation according to the initial prompt and initial analysis? IMPORTANT. PAY ATTENTION TO THIS. THIS IS THE ENTRY POINT OF EVERYTHING.
74
+
2. Given (1), is the hypothesis's `problem` description correct? Does it match the goal of the investigation?
75
+
3. Do the `editSuggestions` actually address the issue?
76
+
4. Rephrase the hypothesis so that it is consistent and correct.
0 commit comments