fix(ai): restore thinking animations for gemini streams
This commit is contained in:
@@ -711,6 +711,7 @@ export async function POST(request: Request) {
|
||||
messages,
|
||||
tools: toolDefs,
|
||||
temperature: 0.7,
|
||||
includeThoughts: true,
|
||||
});
|
||||
|
||||
if (resp.error) {
|
||||
|
||||
Reference in New Issue
Block a user