Rename _api_call_with_interrupt to _interruptible_api_call

This commit is contained in:
azhengbot 2026-04-13 19:55:12 +08:00 committed by Teknium
parent 36adcebe6c
commit f77da7de42

View file

@ -253,7 +253,7 @@ Search for `api_mode` and audit every switch point. At minimum, verify:
- `__init__` chooses the new `api_mode`
- client construction works for the provider
- `_build_api_kwargs()` knows how to format requests
- `_api_call_with_interrupt()` dispatches to the right client call
- `_interruptible_api_call()` dispatches to the right client call
- interrupt / client rebuild paths work
- response validation accepts the provider's shape
- finish-reason extraction is correct