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

5 lines
136 B
TypeScript
Raw Normal View History

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