mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Add and improve JSDoc comments for core tool methods (#3128)
This commit is contained in:
@@ -560,8 +560,8 @@ describe('useReactToolScheduler', () => {
|
||||
|
||||
(mockToolWithLiveOutput.execute as Mock).mockImplementation(
|
||||
async (
|
||||
_args: any,
|
||||
_signal: any,
|
||||
_args: Record<string, unknown>,
|
||||
_signal: AbortSignal,
|
||||
updateFn: ((output: string) => void) | undefined,
|
||||
) => {
|
||||
liveUpdateFn = updateFn;
|
||||
|
||||
Reference in New Issue
Block a user