MCPcopy Create free account
hub / github.com/CopilotKit/aimock / chatPath

Function chatPath

src/__tests__/api-conformance.test.ts:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136describe("OpenAI Chat Completions conformance", () => {
137 const chatPath = () => `${instance.url}/v1/chat/completions`;
138
139 describe("non-streaming", () => {
140 it("has all required top-level fields", async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…