fix hanging tools
https://github.com/google-gemini/gemini-code/pull/117/
This commit is contained in:
parent
8e0fb9ee2f
commit
60fc979332
1 changed files with 0 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ export class Turn {
|
||||||
error: outcome.error,
|
error: outcome.error,
|
||||||
};
|
};
|
||||||
yield { type: GeminiEventType.ToolCallResponse, value: responseInfo };
|
yield { type: GeminiEventType.ToolCallResponse, value: responseInfo };
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue