-
Notifications
You must be signed in to change notification settings - Fork 0
[TASK] Refactor fix the infer workflow #5
Copy link
Copy link
Labels
Description
Summary
Currently the infer workflow regex is checking for permissive patterns but it should only check for "success":false when it needs to display the failing tools, the best would be to parse the json probably with jq and check whether it's false or true.
The problem is that the regex checking also the content and in this repo there are some content that is conflicting.
Acceptance Criteria
- The failed tool calls displayed at the end of the github action are actually failed tool calls
Reactions are currently unavailable