Class AgentRunDiff.MessageDiff

java.lang.Object
org.mockserver.llm.analysis.AgentRunDiff.MessageDiff
Enclosing class:
AgentRunDiff

public static final class AgentRunDiff.MessageDiff extends Object
A single message-level difference between the two runs.
  • Method Details

    • getChangeType

      public AgentRunDiff.ChangeType getChangeType()
    • getRole

      public String getRole()
    • getBeforeText

      public String getBeforeText()
      The normalised before-run text (null when the message was ADDED).
    • getAfterText

      public String getAfterText()
      The normalised after-run text (null when the message was REMOVED).