mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
chore(multiagent) skills instructions toggle (#18596)
## Summary Support toggling the skills message off. ## Test Plan - [x] Updated unit tests
This commit is contained in:
@@ -1902,6 +1902,10 @@
|
||||
"$ref": "#/definitions/SkillConfig"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"include_instructions": {
|
||||
"description": "Whether turns receive the automatic skills instructions block.",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user