Values.AgentTurnResultSourceThe information about the agent turn in a test set execution.
type nonrec t = {expectedAgentPrompt : TestSetAgentPrompt.t option;The expected agent prompt for the agent turn in a test set execution.
*)actualAgentPrompt : TestSetAgentPrompt.t option;The actual agent prompt for the agent turn in a test set execution.
*)errorDetails : ExecutionErrorDetails.t option;actualElicitedSlot : TestResultSlotName.t option;The actual elicited slot for the agent turn in a test set execution.
*)actualIntent : Name.t option;The actual intent for the agent turn in a test set execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TestSetAgentPrompt.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]