The way this works is you define a `PipelinePrompt` with two components: – FinalPrompt: the final prompt template to be formatted
– PipelinePrompts: a sequence of tuples of (name, PromptTemplate) The `name` argument is how the formatted prompt will be passed to future prompts
PipelinePrompt: Sequencing Prompt Templates for AI Workflows
By
–
Leave a Reply