(extra = {})
| 83 | } |
| 84 | |
| 85 | const chatBody = (extra = {}) => ({ model: 'llama3.2', messages: [{ role: 'user', content: 'hi' }], ...extra }); |
| 86 | |
| 87 | test('Ollama /api/chat (non-stream) — native passthrough + usage/finish from eval counts', async () => { |
| 88 | await withServer(async ({ call, readRows }) => { |
no outgoing calls
no test coverage detected