diff --git a/site/en/tutorials/function_calling_python_quickstart.ipynb b/site/en/gemini-api/docs/function-calling/python.ipynb similarity index 96% rename from site/en/tutorials/function_calling_python_quickstart.ipynb rename to site/en/gemini-api/docs/function-calling/python.ipynb index fe8779a4e..46614db26 100644 --- a/site/en/tutorials/function_calling_python_quickstart.ipynb +++ b/site/en/gemini-api/docs/function-calling/python.ipynb @@ -48,13 +48,13 @@ "source": [ "\n", " \n", " \n", " \n", "
\n", - " View on ai.google.dev\n", + " View on ai.google.dev\n", " \n", - " Run in Google Colab\n", + " Run in Google Colab\n", " \n", - " View source on GitHub\n", + " View source on GitHub\n", "
" ] @@ -185,13 +185,13 @@ "try:\n", " # Used to securely store your API key\n", " from google.colab import userdata\n", - " \n", + "\n", " # Or use `os.getenv('API_KEY')` to fetch an environment variable.\n", " GOOGLE_API_KEY=userdata.get('GOOGLE_API_KEY')\n", "except ImportError:\n", " import os\n", " GOOGLE_API_KEY = os.environ['GOOGLE_API_KEY']\n", - " \n", + "\n", "genai.configure(api_key=GOOGLE_API_KEY)" ] }, @@ -761,7 +761,7 @@ ], "metadata": { "colab": { - "name": "function_calling_python_quickstart.ipynb", + "name": "python.ipynb", "toc_visible": true }, "google": {