Values.RetrieveConfigSourceThe configuration details for retrieving information from a knowledge base.
type nonrec t = {knowledgeBaseId : KnowledgeBaseId.t;The unique identifier of the knowledge base.
*)knowledgeBaseRetrievalConfiguration : KnowledgeBaseRetrievalConfiguration.t;Contains configuration details for knowledge base retrieval.
*)}val make :
knowledgeBaseId:KnowledgeBaseId.t ->
knowledgeBaseRetrievalConfiguration:KnowledgeBaseRetrievalConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of KnowledgeBaseId.t
| `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ])
list ])
list ]