mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:50:45 +00:00
fix(plugins): narrow optional tool cold loads
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
"contracts": {
|
||||
"tools": ["diffs"]
|
||||
},
|
||||
"toolMetadata": {
|
||||
"diffs": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"skills": ["./skills"],
|
||||
"uiHints": {
|
||||
"viewerBaseUrl": {
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
"contracts": {
|
||||
"tools": ["llm-task"]
|
||||
},
|
||||
"toolMetadata": {
|
||||
"llm-task": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
"contracts": {
|
||||
"tools": ["lobster"]
|
||||
},
|
||||
"toolMetadata": {
|
||||
"lobster": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
Reference in New Issue
Block a user