(extra = {})
| 88 | } |
| 89 | |
| 90 | const chatBody = (extra = {}) => ({ model: 'gpt-4o', messages: [{ role: 'user', content: 'hi' }], ...extra }); |
| 91 | |
| 92 | test('OpenAI Chat (/v1/chat/completions) — forwards to /chat/completions + usage/finish trace (non-stream)', async () => { |
| 93 | await withServer(async ({ call, readRows }) => { |
no outgoing calls
no test coverage detected