From f77da7de42a1d98fe8f3092e826352e6b4029786 Mon Sep 17 00:00:00 2001 From: azhengbot <63502660+azhengbot@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:55:12 +0800 Subject: [PATCH] Rename _api_call_with_interrupt to _interruptible_api_call --- website/docs/developer-guide/adding-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developer-guide/adding-providers.md b/website/docs/developer-guide/adding-providers.md index a0c9f9122..793d0354d 100644 --- a/website/docs/developer-guide/adding-providers.md +++ b/website/docs/developer-guide/adding-providers.md @@ -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