From f0d42867b0401cf28b89840498e6f43ce3b87d0b Mon Sep 17 00:00:00 2001 From: Oliver Frolovs Date: Mon, 23 Feb 2026 00:47:31 +0000 Subject: [PATCH] Add `google.adk.cli.fast_api.get_fast_api_app` to Python API Reference --- docs/api-reference/python/_sources/google-adk.rst.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api-reference/python/_sources/google-adk.rst.txt b/docs/api-reference/python/_sources/google-adk.rst.txt index 5626e6ce6..db31aa401 100755 --- a/docs/api-reference/python/_sources/google-adk.rst.txt +++ b/docs/api-reference/python/_sources/google-adk.rst.txt @@ -49,6 +49,14 @@ google.adk.cli module :undoc-members: :show-inheritance: +google.adk.cli.fast_api module +------------------------------ + +.. automodule:: google.adk.cli.fast_api + :members: + :undoc-members: + :show-inheritance: + google.adk.code_executors module --------------------------------