mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
codex: fix CI failure on PR #12803
This commit is contained in:
@@ -1450,7 +1450,7 @@
|
||||
]
|
||||
},
|
||||
"SkillsUpdatedNotification": {
|
||||
"description": "Notification emitted when local skill files or skill configuration changes.",
|
||||
"description": "Notification emitted when the server's local skill view changes.\n\nThe payload is intentionally empty because clients should treat this as a refresh hint and call `skills/list` again, typically with `forceReload: true`, instead of trying to apply an incremental update.",
|
||||
"type": "object"
|
||||
},
|
||||
"SubAgentSource": {
|
||||
|
||||
@@ -12229,7 +12229,7 @@
|
||||
},
|
||||
"SkillsUpdatedNotification": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"description": "Notification emitted when local skill files or skill configuration changes.",
|
||||
"description": "Notification emitted when the server's local skill view changes.\n\nThe payload is intentionally empty because clients should treat this as a refresh hint and call `skills/list` again, typically with `forceReload: true`, instead of trying to apply an incremental update.",
|
||||
"title": "SkillsUpdatedNotification",
|
||||
"type": "object"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"description": "Notification emitted when local skill files or skill configuration changes.",
|
||||
"description": "Notification emitted when the server's local skill view changes.\n\nThe payload is intentionally empty because clients should treat this as a refresh hint and call `skills/list` again, typically with `forceReload: true`, instead of trying to apply an incremental update.",
|
||||
"title": "SkillsUpdatedNotification",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user