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 }}