Aleix Conchillo Flaqué
|
e553bb010f
|
tests: migrate LLM tests to Settings-based constructor API
Replace the old `model=` / `params=InputParams(...)` style with the
new `settings=<Service>.Settings(...)` form across LLM service tests.
|
2026-04-10 17:37:49 -07:00 |
|
Paul Kompfner
|
ebab75765d
|
Fix stream cancellation tests to mock get_chat_completions
The tests were mocking the removed _stream_chat_completions_*_context
methods. Update them to mock get_chat_completions instead.
|
2026-03-31 18:54:23 -04:00 |
|
Luke Payyapilli
|
247f0bbcd3
|
Fix async generator cleanup to prevent uvloop crash on Python 3.12+
|
2026-02-17 13:10:31 -05:00 |
|
Aleix Conchillo Flaqué
|
93f4402198
|
Update stream close test to match new _closing helper
|
2026-02-10 18:19:57 -08:00 |
|
Luke Payyapilli
|
55a3b10e70
|
fix(openai): close stream on cancellation to prevent socket leaks
|
2026-02-04 09:59:10 -05:00 |
|
Luke Payyapilli
|
433c1b9b92
|
add catch-all exception handler per review feedback
|
2026-01-29 09:07:06 -05:00 |
|
Luke Payyapilli
|
ff0eb6d286
|
fix: emit ErrorFrame on LLM completion timeout
|
2026-01-28 09:44:32 -05:00 |
|