fix hanging tools

https://github.com/google-gemini/gemini-code/pull/117/
This commit is contained in:
Jaana Dogan
2025-04-22 13:40:36 -07:00
parent 8e0fb9ee2f
commit 60fc979332

View File

@@ -200,7 +200,6 @@ export class Turn {
error: outcome.error,
};
yield { type: GeminiEventType.ToolCallResponse, value: responseInfo };
return;
}
}