fix: change minItems from 2 to 1 for Anthropic API compatibility (#10551)

This commit is contained in:
Daniel 2026-01-08 15:30:24 -05:00 committed by GitHub
parent 93bccfe9a0
commit 1d9f7f2aa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ export default {
required: ["text", "mode"],
additionalProperties: false,
},
minItems: 2,
minItems: 1,
maxItems: 4,
},
},