From c427799a7bbfea6ddf74680f41acd5c4549cdbd4 Mon Sep 17 00:00:00 2001 From: Pierrick Voulet <6769971+PierrickVoulet@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:56:54 -0500 Subject: [PATCH] feat: add codelab link in README Updated project note with a link to the official Google Codelab. --- solutions/enterprise-ai-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/enterprise-ai-agent/README.md b/solutions/enterprise-ai-agent/README.md index 9a31de57..b03d8f13 100644 --- a/solutions/enterprise-ai-agent/README.md +++ b/solutions/enterprise-ai-agent/README.md @@ -1,6 +1,6 @@ # Enterprise AI Agent (built as Gemini Enterprise BYO Agent) -**Note:** This project is part of an official Google Codelab ([link pending](#)). +**Note:** This project is part of the official Google Codelab [Integrate Gemini Enterprise Agents with Google Workspace](https://codelabs.developers.google.com/ge-gws-agents). This sample contains a specialized Gemini Enterprise Agent built using the Google Agent Development Kit (ADK). This agent acts as an Enterprise AI Assistant by querying user's data corpus using the Vertex AI Search MCP toolset and sending Chat messages to DM spaces using a custom Function tool & Google Chat API.