(aimockPort?: number)
| 31 | } |
| 32 | |
| 33 | function openaiUrl(aimockPort?: number): string { |
| 34 | return `${llmockBase(aimockPort)}/v1` |
| 35 | } |
| 36 | |
| 37 | function testHeaders(testId?: string): Record<string, string> | undefined { |
| 38 | return testId ? { 'X-Test-Id': testId } : undefined |
no test coverage detected