feat(core): generate Anthropic thinking variants for reasoning models
This commit is contained in:
parent
58ba99e505
commit
7c4c4c7239
13 changed files with 124 additions and 13 deletions
|
|
@ -29767,6 +29767,9 @@
|
|||
"tools": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reasoning": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"input": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
@ -29780,7 +29783,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"required": ["tools", "input", "output"],
|
||||
"required": ["tools", "reasoning", "input", "output"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"ModelCost": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue