From d5abc2283dd4784517b10636db71b0bcbea8adbe Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 22 Sep 2026 09:41:44 +0100 Subject: [PATCH] Rename the common.ai retry policies page to cover both policies The page has covered ClassifierRetryPolicy as well as LLMRetryPolicy since #73501, so a title naming only the LLM policy undersells it. Rename the page title and the two sidebar references to "Retry policies". --- providers/common/ai/docs/index.rst | 2 +- providers/common/ai/docs/installation.rst | 2 +- providers/common/ai/docs/retry_policies.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/common/ai/docs/index.rst b/providers/common/ai/docs/index.rst index dde903f39b0f9..62be874817f1f 100644 --- a/providers/common/ai/docs/index.rst +++ b/providers/common/ai/docs/index.rst @@ -164,7 +164,7 @@ Getting started :caption: Reliability and operations Durable execution - LLM retry policies + Retry policies Observability Securing agent tools Troubleshooting diff --git a/providers/common/ai/docs/installation.rst b/providers/common/ai/docs/installation.rst index 794dbe94e15f3..6e0508753fda4 100644 --- a/providers/common/ai/docs/installation.rst +++ b/providers/common/ai/docs/installation.rst @@ -70,7 +70,7 @@ The provider runs on Airflow 3.0, but some features need a newer core: - Needs * - :doc:`Approval gates ` and :doc:`HITL review ` - Airflow 3.1 - * - :doc:`LLM retry policies ` + * - :doc:`Retry policies ` - Airflow 3.3 * - :doc:`Durable execution ` without configuring ``[common.ai] durable_cache_path`` (the task state store) diff --git a/providers/common/ai/docs/retry_policies.rst b/providers/common/ai/docs/retry_policies.rst index e6e165f159466..5f400772a0837 100644 --- a/providers/common/ai/docs/retry_policies.rst +++ b/providers/common/ai/docs/retry_policies.rst @@ -15,8 +15,8 @@ specific language governing permissions and limitations under the License. -LLM retry policies -================== +Retry policies +============== .. note:: Requires Airflow >= 3.3.0.