Module Values.KnowledgeBaseDocumentsSource

Sourcetype nonrec t = KnowledgeBaseDocument.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : KnowledgeBaseDocument.t list -> [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Key.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of NumberValue.t | `Enum of string | `List of [> `String of StringValue.t ] list | `String of StringValue.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `String of S3ObjectUri.t | `Structure of (string * [> `Enum of string | `String of CustomDocumentIdentifierIdString.t | `Structure of (string * [> `Blob of ByteContentBlob.t | `String of ByteContentDocMimeTypeString.t ]) list ]) list ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> KnowledgeBaseDocument.t list