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