pipelinePrompts property
Tuples of the name of the variable and the prompt template in the pipeline.
Implementation
final List<(String name, BasePromptTemplate)> pipelinePrompts;
Tuples of the name of the variable and the prompt template in the pipeline.
final List<(String name, BasePromptTemplate)> pipelinePrompts;