test(agents): import stream fn in openrouter extraparams test

This commit is contained in:
Vincent Koc
2026-04-12 11:13:12 +01:00
parent 2389b3bdd3
commit c185335817

View File

@@ -1,3 +1,4 @@
import type { StreamFn } from "@mariozechner/pi-agent-core";
import { afterEach, beforeEach, describe, expect, it } from "vitest";
import { runExtraParamsPayloadCase } from "./pi-embedded-runner-extraparams.test-support.js";
import { __testing as extraParamsTesting } from "./pi-embedded-runner/extra-params.js";