mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:48:27 +00:00
chore: Fix types in tests 43/N.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user