Class LlmOptimisationReport

java.lang.Object
org.mockserver.llm.analysis.LlmOptimisationReport

public class LlmOptimisationReport extends Object
Structured, deterministic optimisation report for a captured LLM session (the JSON bundle "B" of the LLM optimisation export feature). Built by LlmOptimisationReportBuilder from captured FORWARDED_REQUEST exchanges and rendered to a copy-paste Markdown brief by LlmOptimisationBriefRenderer.

Pure data — no behaviour, no network, no LLM. Serialised to JSON by the control-plane endpoint / MCP tool. Field names and nesting are the FROZEN contract; do not rename without updating the UI and docs streams.