Module Values_0.AiAgentsSource

Sourcetype nonrec t = AiAgentInfo.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : AiAgentInfo.t list -> [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of AiAgentVersionId.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> AiAgentInfo.t list
Sourceval of_json : [> Yojson.Safe.t ] -> AiAgentInfo.t list
Sourceval to_json : AiAgentInfo.t list -> Yojson.Safe.t