mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20:44 +00:00
fix: gate plugin tools from manifest availability
This commit is contained in:
@@ -135,6 +135,44 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"toolMetadata": {
|
||||
"code_execution": {
|
||||
"authSignals": [
|
||||
{
|
||||
"provider": "xai"
|
||||
}
|
||||
],
|
||||
"configSignals": [
|
||||
{
|
||||
"rootPath": "plugins.entries.xai.config",
|
||||
"overlayPath": "webSearch",
|
||||
"required": ["apiKey"]
|
||||
},
|
||||
{
|
||||
"rootPath": "tools.web.search.grok",
|
||||
"required": ["apiKey"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"x_search": {
|
||||
"authSignals": [
|
||||
{
|
||||
"provider": "xai"
|
||||
}
|
||||
],
|
||||
"configSignals": [
|
||||
{
|
||||
"rootPath": "plugins.entries.xai.config",
|
||||
"overlayPath": "webSearch",
|
||||
"required": ["apiKey"]
|
||||
},
|
||||
{
|
||||
"rootPath": "tools.web.search.grok",
|
||||
"required": ["apiKey"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"configContracts": {
|
||||
"compatibilityRuntimePaths": ["tools.web.search.apiKey"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user