mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -49,6 +49,7 @@ function median(values: number[]): number {
|
||||
|
||||
async function runModel(opts: {
|
||||
label: string;
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
model: Model<any>;
|
||||
apiKey: string;
|
||||
runs: number;
|
||||
|
||||
Reference in New Issue
Block a user