docs: refresh llm-task generated manifest · openclaw/openclaw@3dbe37c
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,28 +5,43 @@
|
5 | 5 | }, |
6 | 6 | "name": "LLM Task", |
7 | 7 | "description": "Generic JSON-only LLM tool for structured tasks callable from workflows.", |
8 | | -"contracts": { |
9 | | -"tools": ["llm-task"] |
10 | | - }, |
11 | | -"toolMetadata": { |
12 | | -"llm-task": { |
13 | | -"optional": true |
14 | | - } |
15 | | - }, |
16 | 8 | "configSchema": { |
17 | 9 | "type": "object", |
18 | | -"additionalProperties": false, |
19 | 10 | "properties": { |
20 | | -"defaultProvider": { "type": "string" }, |
21 | | -"defaultModel": { "type": "string" }, |
22 | | -"defaultAuthProfileId": { "type": "string" }, |
| 11 | +"defaultProvider": { |
| 12 | +"type": "string" |
| 13 | + }, |
| 14 | +"defaultModel": { |
| 15 | +"type": "string" |
| 16 | + }, |
| 17 | +"defaultAuthProfileId": { |
| 18 | +"type": "string" |
| 19 | + }, |
23 | 20 | "allowedModels": { |
24 | 21 | "type": "array", |
25 | | -"items": { "type": "string" }, |
| 22 | +"items": { |
| 23 | +"type": "string" |
| 24 | + }, |
26 | 25 | "description": "Allowlist of provider/model keys like openai-codex/gpt-5.2." |
27 | 26 | }, |
28 | | -"maxTokens": { "type": "number" }, |
29 | | -"timeoutMs": { "type": "number" } |
| 27 | +"maxTokens": { |
| 28 | +"type": "number" |
| 29 | + }, |
| 30 | +"timeoutMs": { |
| 31 | +"type": "number" |
| 32 | + } |
| 33 | + }, |
| 34 | +"additionalProperties": false |
| 35 | + }, |
| 36 | +"version": "2026.5.17", |
| 37 | +"contracts": { |
| 38 | +"tools": [ |
| 39 | +"llm-task" |
| 40 | + ] |
| 41 | + }, |
| 42 | +"toolMetadata": { |
| 43 | +"llm-task": { |
| 44 | +"optional": true |
30 | 45 | } |
31 | 46 | } |
32 | 47 | } |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。