5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
|
import { PromptTemplate } from "@langchain/core/prompts";
|
||
|
export declare const DEFAULT_PROMPT: PromptTemplate<{
|
||
|
text: any;
|
||
|
}, any>;
|