Values.KbInferenceConfigSourceContains configuration details of the inference for knowledge base retrieval and response generation.
type nonrec t = {textInferenceConfig : TextInferenceConfig.t option;Contains configuration details for text generation using a language model via the RetrieveAndGenerate function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Float of Temperature.t
| `Integer of MaxTokens.t
| `List of
[> `String of RAGStopSequencesMemberString.t ] list ])
list ])
list ]