fix hanging tools
https://github.com/google-gemini/gemini-code/pull/117/
This commit is contained in:
parent
8e0fb9ee2f
commit
60fc979332
|
@ -200,7 +200,6 @@ export class Turn {
|
|||
error: outcome.error,
|
||||
};
|
||||
yield { type: GeminiEventType.ToolCallResponse, value: responseInfo };
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue