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

Fixing evidence counted in gather_evidence's response message #809

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

jamesbraza
Copy link
Collaborator

Previously we could see ToolResponseMessages coming from gather_evidence like so:

Added 10 pieces of evidence.
...
... | Current Evidence=4 | ...

This is confusing, how did we add 10, yet only have 4? The issue is the Current Evidence has a threshold applied. This PR resolves the confusion.

@jamesbraza jamesbraza added the bug Something isn't working label Jan 11, 2025
@jamesbraza jamesbraza requested review from sidnarayanan and a team January 11, 2025 00:28
@jamesbraza jamesbraza self-assigned this Jan 11, 2025
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 11, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 11, 2025
@jamesbraza jamesbraza force-pushed the updating-evidence-added branch from 989d0ba to 7ff3a66 Compare January 11, 2025 00:43
@jamesbraza jamesbraza merged commit 8b41c1a into main Jan 11, 2025
5 checks passed
@jamesbraza jamesbraza deleted the updating-evidence-added branch January 11, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants