Open sahusiddharth opened 4 days ago
I think this is a better solution for now, compared to introducing new metric just for parallel like https://github.com/explodinggradients/ragas/pull/1665. But ideally what we need is an interface where use could both in single run. Ie there can be tool calls in single agentic run that should be made in parelle and ones that could be made in sequence. I think we will need another iteration on agentic evals to get there @jjmachan should we consider merging this for now?
Fixes #1658
Introduced the
mode
parameter in theToolCallAccuracy
class to allow selection betweensequential
andparallel
evaluation modes.