MCPcopy Create free account
hub / github.com/TanStack/ai / openaiUrl

Function openaiUrl

testing/e2e/src/routes/api.summarize.ts:19–21  ·  view source on GitHub ↗
(aimockPort?: number)

Source from the content-addressed store, hash-verified

17}
18
19function openaiUrl(aimockPort?: number): string {
20 return `${llmockBase(aimockPort)}/v1`
21}
22
23function testHeaders(testId?: string): Record<string, string> | undefined {
24 return testId ? { 'X-Test-Id': testId } : undefined

Callers 1

createSummarizeAdapterFunction · 0.70

Calls 1

llmockBaseFunction · 0.70

Tested by

no test coverage detected