Module Values.RetrieveConfigSource

The configuration details for retrieving information from a knowledge base.

Sourcetype nonrec t = {
  1. knowledgeBaseId : KnowledgeBaseId.t;
    (*

    The unique identifier of the knowledge base.

    *)
  2. knowledgeBaseRetrievalConfiguration : KnowledgeBaseRetrievalConfiguration.t;
    (*

    Contains configuration details for knowledge base retrieval.

    *)
}
Sourceval context_ : string
Sourceval make : knowledgeBaseId:KnowledgeBaseId.t -> knowledgeBaseRetrievalConfiguration:KnowledgeBaseRetrievalConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KnowledgeBaseId.t | `Structure of (string * [> `Structure of (string * Awso.Botodata.value) 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