mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
fix: satisfy tool adapter lint
This commit is contained in:
@@ -72,7 +72,7 @@ function splitToolExecuteArgs(args: ToolExecuteArgsAny): {
|
|||||||
signal,
|
signal,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
const [toolCallId, params, onUpdate, _ctx, signal] = args as ToolExecuteArgsCurrent;
|
const [toolCallId, params, onUpdate, _ctx, signal] = args;
|
||||||
return {
|
return {
|
||||||
toolCallId,
|
toolCallId,
|
||||||
params,
|
params,
|
||||||
|
|||||||
Reference in New Issue
Block a user