UNPKG

@eko-ai/eko

Version:

Empowering language to transform human words into action.

3 lines 213 B
import { DialogueTool, PageTab } from "../types"; export declare function getChatSystemPrompt(tools: DialogueTool[], datetime: string, memory?: string, tabs?: PageTab[]): string; //# sourceMappingURL=chat.d.ts.map