mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Track plugin ids for skill invocations
This commit is contained in:
@@ -9599,6 +9599,12 @@
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"pluginId": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"scope": {
|
||||
"$ref": "#/definitions/SkillScope"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user