agsamantha/node_modules/langchain/dist/evaluation/agents/prompt.d.ts

7 lines
261 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
/**
* Prompt for trajectory evaluation chain.
*/
import { ChatPromptTemplate } from "@langchain/core/prompts";
export declare const EVAL_CHAT_PROMPT: ChatPromptTemplate<any, any>;
export declare const TOOL_FREE_EVAL_CHAT_PROMPT: ChatPromptTemplate<any, any>;