Values.KnowledgeBasePromptTemplateSourceDefines a custom prompt template for orchestrating the retrieval and generation process.
type nonrec t = {textPromptTemplate : KnowledgeBaseTextPrompt.t option;The text of the prompt template.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of KnowledgeBaseTextPrompt.t ]) list ]