fix: forward entire tool call confirmation object through useToolScheduler (#481)

This commit is contained in:
Brandon Keiji
2025-05-22 06:00:36 +00:00
committed by GitHub
parent 02eec5c8ca
commit 4e3ba687a6
7 changed files with 30 additions and 37 deletions

View File

@@ -94,7 +94,7 @@ export async function checkNextSpeaker(
return null;
} catch (error) {
console.warn(
'Failed to talk to Gemiin endpoint when seeing if conversation should continue.',
'Failed to talk to Gemini endpoint when seeing if conversation should continue.',
error,
);
return null;