Preserve thinking content for providers that require it (#8857)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-05-15 12:36:25 +02:00
committed by GitHub
parent 401f8e86ba
commit 537eb23fb2
28 changed files with 1117 additions and 46 deletions
+7
View File
@@ -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"
},