fix: satisfy tool adapter lint
This commit is contained in:
parent
845d97b6a5
commit
bf08b485bd
@ -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…
x
Reference in New Issue
Block a user