fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures (#6035)
Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
@@ -5561,9 +5561,8 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"thoughtSignature": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
"toolCall": {
|
||||
"type": "object"
|
||||
@@ -5580,6 +5579,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
"toolResult": {
|
||||
"type": "object"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user