Package org.mockserver.llm.analysis
Class AgentRunDiff.MessageDiff
java.lang.Object
org.mockserver.llm.analysis.AgentRunDiff.MessageDiff
- Enclosing class:
- AgentRunDiff
A single message-level difference between the two runs.
-
Method Summary
Modifier and TypeMethodDescriptionThe normalised after-run text (null when the message was REMOVED).The normalised before-run text (null when the message was ADDED).getRole()
-
Method Details
-
getChangeType
-
getRole
-
getBeforeText
The normalised before-run text (null when the message was ADDED). -
getAfterText
The normalised after-run text (null when the message was REMOVED).
-