mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
fix: forward entire tool call confirmation object through useToolScheduler (#481)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user