chore: Fix types in tests 43/N.

This commit is contained in:
cpojer
2026-02-17 15:48:44 +09:00
parent 7d2ef131c1
commit 688f86bf28
18 changed files with 81 additions and 84 deletions

View File

@@ -35,7 +35,7 @@ vi.mock("@mariozechner/pi-ai", async () => {
const buildAssistantErrorMessage = (model: { api: string; provider: string; id: string }) => ({
role: "assistant" as const,
content: [] as const,
content: [],
stopReason: "error" as const,
errorMessage: "boom",
api: model.api,