Add ez-assistant and kerberos service folders
This commit is contained in:
7
docker-compose/ez-assistant/extensions/llm-task/index.ts
Normal file
7
docker-compose/ez-assistant/extensions/llm-task/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { MoltbotPluginApi } from "../../src/plugins/types.js";
|
||||
|
||||
import { createLlmTaskTool } from "./src/llm-task-tool.js";
|
||||
|
||||
export default function register(api: MoltbotPluginApi) {
|
||||
api.registerTool(createLlmTaskTool(api), { optional: true });
|
||||
}
|
||||
Reference in New Issue
Block a user