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