chore(multiagent) skills instructions toggle (#18596)

## Summary
Support toggling the skills message off.

## Test Plan
- [x] Updated unit tests
This commit is contained in:
Dylan Hurd
2026-04-19 21:11:52 -07:00
committed by GitHub
parent d58d3ccfec
commit 49403e3676
6 changed files with 155 additions and 21 deletions

View File

@@ -1902,6 +1902,10 @@
"$ref": "#/definitions/SkillConfig"
},
"type": "array"
},
"include_instructions": {
"description": "Whether turns receive the automatic skills instructions block.",
"type": "boolean"
}
},
"type": "object"