chore: fix lint after rebase
This commit is contained in:
@@ -430,7 +430,7 @@ function wrapSandboxPathGuard(tool: AnyAgentTool, root: string): AnyAgentTool {
|
||||
}
|
||||
|
||||
type RequiredParamGroup = {
|
||||
keys: string[];
|
||||
keys: readonly string[];
|
||||
allowEmpty?: boolean;
|
||||
label?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user