Uses of Class
org.mockserver.llm.analysis.LlmOptimisationReportBuilder.CapturedExchange
Packages that use LlmOptimisationReportBuilder.CapturedExchange
-
Uses of LlmOptimisationReportBuilder.CapturedExchange in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return types with arguments of type LlmOptimisationReportBuilder.CapturedExchangeMethod parameters in org.mockserver.llm.analysis with type arguments of type LlmOptimisationReportBuilder.CapturedExchangeModifier and TypeMethodDescriptionLlmOptimisationReportBuilder.build(List<LlmOptimisationReportBuilder.CapturedExchange> exchanges, String sessionKey, LlmOptimisationReport.GroupingBasis groupingBasis, List<String> redactedHeaders, List<String> redactedBodyFields) Build the report from the given exchanges.LlmOptimisationBriefRenderer.render(LlmOptimisationReport report, List<LlmOptimisationReportBuilder.CapturedExchange> exchanges, FixtureRedactor redactor) Render the brief for a report whose appendix is drawn from the given exchanges.