UNPKG

@eko-ai/eko

Version:

Empowering language to transform human words into action.

4 lines 269 B
import Context from "../core/context"; export declare function getPlanSystemPrompt(context: Context): Promise<string>; export declare function getPlanUserPrompt(task_prompt: string, task_website?: string, ext_prompt?: string): string; //# sourceMappingURL=plan.d.ts.map