Fix MakerSuit show reasoning
| @@ -288,7 +288,7 @@ async function sendMakerSuiteRequest(request, response) { | ||
| 288 | 288 | |
| 289 | 289 | const model = String(request.body.model); |
| 290 | 290 | const stream = Boolean(request.body.stream); |
| 291 | 291 | const showThoughts = Boolean(request.body.show_thoughtsinclude_reasoning); |
| 292 | 292 | const isThinking = model.includes('thinking'); |
| 293 | 293 | |
| 294 | 294 | const generationConfig = { |