Logo
Explore Help
Register Sign In
negodiy/openclaw
1
0
Fork 0
You've already forked openclaw
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
2c5141d7df6d1e4e8e93c4e2bcd46ffeb80f42e8
openclaw/extensions/llm-task/index.ts

8 lines
256 B
TypeScript
Raw Normal View History

fix: publish llm-task docs and harden tool
2026-01-24 01:44:36 +00:00
import type { ClawdbotPluginApi } from "../../src/plugins/types.js";
feat: add optional llm-task JSON-only tool (#1498) * feat(llm-task): add optional JSON-only LLM task tool * fix(llm-task): fix invalid package.json * fix(llm-task): fix invalid plugin manifest JSON * fix(llm-task): fix index.ts import quoting * fix(llm-task): load embedded runner from src or bundled dist
2026-01-23 17:18:47 -08:00
import { createLlmTaskTool } from "./src/llm-task-tool.js";
fix: publish llm-task docs and harden tool
2026-01-24 01:44:36 +00:00
export default function register(api: ClawdbotPluginApi) {
feat: add optional llm-task JSON-only tool (#1498) * feat(llm-task): add optional JSON-only LLM task tool * fix(llm-task): fix invalid package.json * fix(llm-task): fix invalid plugin manifest JSON * fix(llm-task): fix index.ts import quoting * fix(llm-task): load embedded runner from src or bundled dist
2026-01-23 17:18:47 -08:00
api.registerTool(createLlmTaskTool(api), { optional: true });
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 29ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API