Values.TurnSpecificationSourceContains information about the messages in the turn.
type nonrec t = {agentTurn : AgentTurnSpecification.t option;Contains information about the agent messages in the turn.
*)userTurn : UserTurnSpecification.t option;Contains information about the user messages in the turn.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of TestSetAgentPrompt.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ActiveContextName.t ])
list ]
list
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of String_.t ])
list
| `String of TestSetUtteranceText.t
| `Structure of (string * Awso.Botodata.value) list ])
list ])
list ])
list ]