mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Add and improve JSDoc comments for core tool methods (#3128)
This commit is contained in:
parent
654f8aeb61
commit
8d3fec08e5
7 changed files with 55 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue