From b01ac71356c7053fd00f25d3faba1aca1ed46f24 Mon Sep 17 00:00:00 2001 From: Pierrick Voulet <6769971+PierrickVoulet@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:11:06 -0400 Subject: [PATCH] feat: add tutorial link for custom function with adk agent --- ai/custom-func-ai-agent/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ai/custom-func-ai-agent/README.md b/ai/custom-func-ai-agent/README.md index 43fe32494..bec58ef85 100644 --- a/ai/custom-func-ai-agent/README.md +++ b/ai/custom-func-ai-agent/README.md @@ -4,6 +4,11 @@ A [Vertex AI](https://cloud.google.com/vertex-ai) agent-powered **fact checker** ![](./images/showcase.png) +## Tutorial + +For detailed instructions to deploy and run this samples, follow the +[dedicated tutorial](https://developers.google.com/apps-script/samples/custom-functions/fact-check). + ## Overview The **Google Sheets custom function** named `FACT_CHECK` integrates the sophisticated, multi-tool, multi-step reasoning capabilities of a **Vertex AI Agent Engine (ADK Agent)** directly into your Google Sheets spreadsheets.