fix: satisfy tool adapter lint

This commit is contained in:
Peter Steinberger 2026-02-02 03:14:34 -08:00
parent 845d97b6a5
commit bf08b485bd

View File

@ -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,