agsamantha/node_modules/langchain/dist/chains/summarization/refine_prompts.d.ts

6 lines
161 B
TypeScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
import { PromptTemplate } from "@langchain/core/prompts";
export declare const REFINE_PROMPT: PromptTemplate<{
text: any;
existing_answer: any;
}, any>;