Type alias PipelinePromptParams<PromptTemplateType>

PipelinePromptParams<PromptTemplateType>: {
    name: string;
    prompt: PromptTemplateType;
}

Type that includes the name of the prompt and the prompt itself.

Type Parameters

Type declaration

Generated using TypeDoc