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

Would it make sense to not pass in already processed requests to the matcher? #911

Open
marcammann opened this issue Feb 12, 2025 · 0 comments

Comments

@marcammann
Copy link

Thanks for a great library!

I've been dealing with a lot of LLM requests that are very hard to debug due to the amount of content they each contain. I've been running into issues trying to figure out why certain requests are not matching and I noticed that the matchers always receive all requests instead of only the remaining requests.

Is this by design? Or would it make more sense to only pass the requests that can actually be re-played to the matcher? When does the need arise to pass already replayed requests that won't be able to be replayed should a matcher match those?

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

No branches or pull requests

1 participant