mirror of https://github.com/openclaw/openclaw.git
fix(guardian): remove trailing comma in plugin manifest JSON
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f4488a73ff
commit
31ed78ef28
|
|
@ -45,11 +45,6 @@
|
|||
"default": "enforce",
|
||||
"description": "enforce = block disallowed calls; audit = log only"
|
||||
},
|
||||
"max_user_messages": {
|
||||
"type": "number",
|
||||
"default": 10,
|
||||
"description": "Number of conversation turns fed to the summarizer (history window)"
|
||||
},
|
||||
"max_arg_length": {
|
||||
"type": "number",
|
||||
"default": 500,
|
||||
|
|
@ -73,11 +68,6 @@
|
|||
"web_search"
|
||||
],
|
||||
"description": "Tool names whose results are included in the guardian's conversation context. Only results from these tools are fed to the guardian — others are filtered out to save tokens."
|
||||
},
|
||||
"max_tool_result_length": {
|
||||
"type": "number",
|
||||
"default": 300,
|
||||
"description": "Max characters per tool result snippet included in the guardian context"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Reference in New Issue