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
@@ -22,16 +24,21 @@ class IsRootCauseObviousPrompts:
22
24
@staticmethod
23
25
defformat_default_msg(
24
26
event_details: EventDetails,
27
+
instruction: str|None=None,
25
28
):
26
29
return (
27
30
textwrap.dedent(
28
31
"""\
29
32
You are an exceptional principal engineer that is amazing at finding the root cause of any issue. We have an issue in our codebase described below. Is the true, deepest root cause of the issue clear from the details below? Or does it require searching for more information around the codebase?
0 commit comments