Track plugin ids for skill invocations

This commit is contained in:
Daniel McAuley
2026-04-06 15:59:53 -07:00
parent 36cd163504
commit c9d127cf06
33 changed files with 183 additions and 23 deletions

View File

@@ -9599,6 +9599,12 @@
"path": {
"type": "string"
},
"pluginId": {
"type": [
"string",
"null"
]
},
"scope": {
"$ref": "#/definitions/SkillScope"
},