Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/common/ai/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Getting started
:caption: Reliability and operations

Durable execution <durable_execution>
LLM retry policies <retry_policies>
Retry policies <retry_policies>
Observability <observability>
Securing agent tools <agent_security>
Troubleshooting <troubleshooting>
Expand Down
2 changes: 1 addition & 1 deletion providers/common/ai/docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The provider runs on Airflow 3.0, but some features need a newer core:
- Needs
* - :doc:`Approval gates <approval_gates>` and :doc:`HITL review <hitl_review>`
- Airflow 3.1
* - :doc:`LLM retry policies <retry_policies>`
* - :doc:`Retry policies <retry_policies>`
- Airflow 3.3
* - :doc:`Durable execution <durable_execution>` without configuring
``[common.ai] durable_cache_path`` (the task state store)
Expand Down
4 changes: 2 additions & 2 deletions providers/common/ai/docs/retry_policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
specific language governing permissions and limitations
under the License.

LLM retry policies
==================
Retry policies
==============

.. note::
Requires Airflow >= 3.3.0.
Expand Down