fix: satisfy tool adapter lint
This commit is contained in:
parent
845d97b6a5
commit
bf08b485bd
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ function splitToolExecuteArgs(args: ToolExecuteArgsAny): {
|
|||
signal,
|
||||
};
|
||||
}
|
||||
const [toolCallId, params, onUpdate, _ctx, signal] = args as ToolExecuteArgsCurrent;
|
||||
const [toolCallId, params, onUpdate, _ctx, signal] = args;
|
||||
return {
|
||||
toolCallId,
|
||||
params,
|
||||
|
|
|
|||
Loading…
Reference in a new issue