style(agents): format pdf tool test after rebase

This commit is contained in:
Peter Steinberger
2026-03-02 07:12:54 +00:00
parent 45d77cac16
commit c00d5837d3

View File

@@ -67,9 +67,9 @@ function withPdfModel(primary: string): OpenClawConfig {
async function stubPdfToolInfra( async function stubPdfToolInfra(
agentDir: string, agentDir: string,
params?: { params?: {
provider?: string; provider?: string;
input?: string[]; input?: string[];
modelFound?: boolean; modelFound?: boolean;
}, },
) { ) {
const webMedia = await import("../../web/media.js"); const webMedia = await import("../../web/media.js");