Uses of Class
org.mockserver.llm.analysis.AgentRunAnalyzer.ToolCallReport
Packages that use AgentRunAnalyzer.ToolCallReport
-
Uses of AgentRunAnalyzer.ToolCallReport in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return AgentRunAnalyzer.ToolCallReportModifier and TypeMethodDescriptionAgentRunAnalyzer.inspectToolCalls(List<HttpRequest> requests, Provider provider, String toolName, String argumentsRegex) Count the assistant tool calls matchingtoolName(and, optionally, whose arguments matchargumentsRegex) across the canonical conversation decoded from the given requests.