mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
codex: update skills list schema fixtures
This commit is contained in:
@@ -3011,6 +3011,13 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Environment whose filesystem should be used for all requested cwd values.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"forceReload": {
|
||||
"description": "When true, bypass the skills cache and re-scan skills from disk.",
|
||||
"type": "boolean"
|
||||
|
||||
@@ -15201,6 +15201,13 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Environment whose filesystem should be used for all requested cwd values.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"forceReload": {
|
||||
"description": "When true, bypass the skills cache and re-scan skills from disk.",
|
||||
"type": "boolean"
|
||||
|
||||
@@ -13025,6 +13025,13 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Environment whose filesystem should be used for all requested cwd values.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"forceReload": {
|
||||
"description": "When true, bypass the skills cache and re-scan skills from disk.",
|
||||
"type": "boolean"
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Environment whose filesystem should be used for all requested cwd values.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"forceReload": {
|
||||
"description": "When true, bypass the skills cache and re-scan skills from disk.",
|
||||
"type": "boolean"
|
||||
|
||||
@@ -7,6 +7,10 @@ export type SkillsListParams = {
|
||||
* When empty, defaults to the current session working directory.
|
||||
*/
|
||||
cwds?: Array<string>,
|
||||
/**
|
||||
* Environment whose filesystem should be used for all requested cwd values.
|
||||
*/
|
||||
environmentId?: string | null,
|
||||
/**
|
||||
* When true, bypass the skills cache and re-scan skills from disk.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user