@eko-ai/eko
Version:
Empowering language to transform human words into action.
15 lines (13 loc) • 677 B
JavaScript
var GlobalPromptKey;
(function (GlobalPromptKey) {
GlobalPromptKey["planner_system"] = "planner_system";
GlobalPromptKey["planner_example"] = "planner_example";
GlobalPromptKey["planner_user"] = "planner_user";
GlobalPromptKey["agent_system"] = "agent_system";
GlobalPromptKey["chat_system"] = "chat_system";
GlobalPromptKey["webpage_qa_prompt"] = "webpage_qa_prompt";
GlobalPromptKey["deep_action_description"] = "deep_action_description";
GlobalPromptKey["deep_action_param_task_description"] = "deep_action_param_task_description";
})(GlobalPromptKey || (GlobalPromptKey = {}));
export { GlobalPromptKey };
//# sourceMappingURL=index.js.map