Package org.mockserver.llm.drift
package org.mockserver.llm.drift
-
ClassDescriptionReplays recorded LLM request/response exchanges against a live provider and reports structural drift in the responses (new/removed fields, type changes) — closing the loop on stale VCR cassettes.A recorded request and the body of its recorded response.Result of a drift-detection run: one
DriftReport.ExchangeDriftper recorded exchange that was replayed against the live provider, plus rollup counts.Per-exchange structural-drift outcome.Compares two JSON documents by shape — the set of field paths and their value types — ignoring values.The structural delta between a recorded ("baseline") and a live document.