mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:11:23 +00:00
test: fix vitest harness typing
This commit is contained in:
@@ -6,6 +6,7 @@ vi.mock("../pi-model-discovery.js", () => ({
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
import type { OpenClawConfig } from "../../config/config.js";
|
import type { OpenClawConfig } from "../../config/config.js";
|
||||||
|
import { discoverModels } from "../pi-model-discovery.js";
|
||||||
import { buildInlineProviderModels, resolveModel } from "./model.js";
|
import { buildInlineProviderModels, resolveModel } from "./model.js";
|
||||||
import {
|
import {
|
||||||
makeModel,
|
makeModel,
|
||||||
|
|||||||
Reference in New Issue
Block a user