fix: restore green checks

This commit is contained in:
Peter Steinberger
2026-04-06 01:08:51 +01:00
parent 3e6a7b3169
commit 4cf9d5ff90
2 changed files with 3 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ function toJsonLike(value: unknown, seen = new WeakSet<object>()): JsonLike {
seen.delete(value);
return jsonObject;
}
default:
return null;
}
return null;
}

View File

@@ -147,6 +147,7 @@ describe("createVideoGenerateTool", () => {
provider: "qwen",
model: "wan2.6-t2v",
attempts: [],
ignoredOverrides: [],
videos: [
{
buffer: Buffer.from("video-bytes"),