mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:40:49 +00:00
refactor: cache plugin tool descriptors (#76079)
Co-authored-by: Shakker <shakkernerd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c6817d8d7a
commit
1466878c36
@@ -257,6 +257,11 @@ plugin manifest:
|
||||
}
|
||||
```
|
||||
|
||||
OpenClaw captures and caches the validated descriptor from the registered tool,
|
||||
so plugins do not duplicate `description` or schema data in the manifest. The
|
||||
manifest contract only declares ownership and discovery; execution still calls
|
||||
the live registered tool implementation.
|
||||
|
||||
Users enable optional tools in config:
|
||||
|
||||
```json5
|
||||
|
||||
Reference in New Issue
Block a user