mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
updates
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"migrationType": {
|
||||
"$ref": "#/definitions/ExternalAgentConfigMigrationType"
|
||||
"itemType": {
|
||||
"$ref": "#/definitions/ExternalAgentConfigMigrationItemType"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"description",
|
||||
"migrationType"
|
||||
"itemType"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"ExternalAgentConfigMigrationType": {
|
||||
"ExternalAgentConfigMigrationItemType": {
|
||||
"enum": [
|
||||
"AGENTS_MD",
|
||||
"CONFIG",
|
||||
|
||||
Reference in New Issue
Block a user