summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/useToolScheduler.ts
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-05-26 14:33:35 -0700
committerN. Taylor Mullen <[email protected]>2025-05-26 14:37:13 -0700
commitc92d4edb8956e9040abf55060d90e52a1572f435 (patch)
tree907ad8a515717caf4176079f1f6a1b4e97e2cbcc /packages/cli/src/ui/hooks/useToolScheduler.ts
parent597dc86a9c7011b7f3288445b14abb11817424da (diff)
Fix(chat): Ensure model responds when next speaker check indicates
- Corrects an issue where the `nextSpeakerCheck` would determine the model should speak next, but the models response was not properly propagated due to a missing `yield*` in a recursive call within `sendMessageStream`. - This change ensures that when the model is designated as the next speaker, its generated content is correctly unwoven and returned, allowing the conversation to proceed as expected. Part of https://github.com/google-gemini/gemini-cli/issues/551
Diffstat (limited to 'packages/cli/src/ui/hooks/useToolScheduler.ts')
0 files changed, 0 insertions, 0 deletions