mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 02:54:31 +00:00
style(agents): format pdf tool test after rebase
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user