Module Values.TestSetTurnResultSource

Contains information about the results of the analysis of a turn in the test set.

Sourcetype nonrec t = {
  1. agent : AgentTurnResult.t option;
    (*

    Contains information about the agent messages in the turn.

    *)
  2. user : UserTurnResult.t option;
    (*

    Contains information about the user messages in the turn.

    *)
}
Sourceval make : ?agent:??? -> ?user:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of TestSetAgentPrompt.t | `Structure of (string * [> `Enum 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 NonEmptyString.t | `Structure of (string * Awso.Botodata.value) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t