From f4d1df1b2d9cf069e9ccea5923a40456e33983db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20C=C3=A9sar=20Perin?= <39884783+augustocesarperin@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:08:02 -0300 Subject: [PATCH] docs: add missing with_config method to Runnable templates API reference (#30560) Broken source/docs links for Runnable methods ### What was changed Added the `with_config` method to the method lists in both Runnable template files: - docs/api_reference/templates/runnable_non_pydantic.rst - docs/api_reference/templates/runnable_pydantic.rst --- docs/api_reference/templates/runnable_non_pydantic.rst | 2 +- docs/api_reference/templates/runnable_pydantic.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api_reference/templates/runnable_non_pydantic.rst b/docs/api_reference/templates/runnable_non_pydantic.rst index 2165e1d6ad3..453b9238a5b 100644 --- a/docs/api_reference/templates/runnable_non_pydantic.rst +++ b/docs/api_reference/templates/runnable_non_pydantic.rst @@ -7,7 +7,7 @@ .. NOTE:: {{objname}} implements the standard :py:class:`Runnable Interface `. 🏃 - The :py:class:`Runnable Interface ` has additional methods that are available on runnables, such as :py:meth:`with_types `, :py:meth:`with_retry `, :py:meth:`assign `, :py:meth:`bind `, :py:meth:`get_graph `, and more. + The :py:class:`Runnable Interface ` has additional methods that are available on runnables, such as :py:meth:`with_config `, :py:meth:`with_types `, :py:meth:`with_retry `, :py:meth:`assign `, :py:meth:`bind `, :py:meth:`get_graph `, and more. {% block attributes %} {% if attributes %} diff --git a/docs/api_reference/templates/runnable_pydantic.rst b/docs/api_reference/templates/runnable_pydantic.rst index 11841ab3563..c3db7bc8bc6 100644 --- a/docs/api_reference/templates/runnable_pydantic.rst +++ b/docs/api_reference/templates/runnable_pydantic.rst @@ -19,6 +19,6 @@ .. NOTE:: {{objname}} implements the standard :py:class:`Runnable Interface `. 🏃 - The :py:class:`Runnable Interface ` has additional methods that are available on runnables, such as :py:meth:`with_types `, :py:meth:`with_retry `, :py:meth:`assign `, :py:meth:`bind `, :py:meth:`get_graph `, and more. + The :py:class:`Runnable Interface ` has additional methods that are available on runnables, such as :py:meth:`with_config `, :py:meth:`with_types `, :py:meth:`with_retry `, :py:meth:`assign `, :py:meth:`bind `, :py:meth:`get_graph `, and more. .. example_links:: {{ objname }}