Uses of Class
org.mockserver.llm.analysis.AgentRunAnalyzer.RunSummary
Packages that use AgentRunAnalyzer.RunSummary
-
Uses of AgentRunAnalyzer.RunSummary in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return types with arguments of type AgentRunAnalyzer.RunSummaryModifier and TypeMethodDescriptionAgentRunAnalyzer.summarise(List<HttpRequest> requests, Provider provider) Summarise the canonical conversation's structure: message and assistant turn counts, the ordered sequence of tool-call names, the tool names a result was returned for, and the latest message's role.