Commit 8083b33
committed
fix: simplify Gemini response structure for API compatibility
- Use string instead of nested object for functionResponse.response
- Preserves thoughtSignature via spread operator (required for Gemini 3 Pro)
- Aligns with Google's flexible response format1 parent 56c5ff3 commit 8083b33
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
| 263 | + | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
0 commit comments