Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(autofix): Generate summaries for RC and Solution timelines #2071

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jennmueng
Copy link
Member

@jennmueng jennmueng commented Mar 4, 2025

Has the formatter step for Root Cause and Summary return a 1 liner summary of the root cause and solution. Places it in an optional description field for both steps, and should be backwards compatible.

Does not meaningfully affect eval scores.
Root Cause stable, but helpfulness 0.8969 -> 0.9196
Solution seems stable but is fixed 0.5670 -> 0.5804, score 0.6524 -> 0.6454
Coding dropped, even tho it wasn't touched? conciseness 0.9622 -> 0.9396, correctness 0.9304 -> 0.8983

@@ -78,7 +78,7 @@ def _invoke(self):
root_cause_and_fix=root_cause_and_fix,
event_details=event_details,
summary=summary,
instruction=state.request.instruction,
original_instruction=state.request.instruction,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how long was this bug here lol, my local pylance caught this immediately...we should switch soon...

@jennmueng jennmueng requested a review from roaga March 4, 2025 18:51
@jennmueng jennmueng marked this pull request as ready for review March 4, 2025 18:51
@jennmueng jennmueng requested a review from a team as a code owner March 4, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants