mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: Add exit UI w/ stats (#924)
This commit is contained in:
@@ -132,7 +132,7 @@ export function useReactToolScheduler(
|
||||
});
|
||||
onComplete(completedToolCalls);
|
||||
},
|
||||
[onComplete],
|
||||
[onComplete, config],
|
||||
);
|
||||
|
||||
const toolCallsUpdateHandler: ToolCallsUpdateHandler = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user