mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: change minItems from 2 to 1 for Anthropic API compatibility (#10551)
This commit is contained in:
parent
93bccfe9a0
commit
1d9f7f2aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export default {
|
|||
required: ["text", "mode"],
|
||||
additionalProperties: false,
|
||||
},
|
||||
minItems: 2,
|
||||
minItems: 1,
|
||||
maxItems: 4,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue