We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f2a95 commit 2e6eb4eCopy full SHA for 2e6eb4e
tests/create-chat-completions.test.ts
@@ -20,6 +20,7 @@ const fetchMock = mock(
20
}
21
},
22
)
23
+// @ts-expect-error - Mock fetch doesn't implement all fetch properties
24
;(globalThis as unknown as { fetch: typeof fetch }).fetch = fetchMock
25
26
test("sets X-Initiator to agent if tool/assistant present", async () => {
0 commit comments