Preserve thinking content for providers that require it (#8857)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -4718,6 +4718,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"preserves_thinking": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requires_auth": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -8941,6 +8944,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"preserves_thinking": {
|
||||
"type": "boolean",
|
||||
"nullable": true
|
||||
},
|
||||
"requires_auth": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user