Module Values.KnowledgeBaseConfigSource

The configuration details for retrieving information from a knowledge base and generating responses.

Sourcetype nonrec t = {
  1. retrieveConfig : RetrieveConfig.t option;
    (*

    Contains configuration details for retrieving information from a knowledge base.

    *)
  2. retrieveAndGenerateConfig : RetrieveAndGenerateConfiguration.t option;
    (*

    Contains configuration details for retrieving information from a knowledge base and generating responses.

    *)
}
Sourceval make : ?retrieveConfig:??? -> ?retrieveAndGenerateConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of KnowledgeBaseId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Blob of ByteContentBlob.t | `String of KBS3Uri.t ]) list ]) list ] list | `String of KnowledgeBaseId.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