From a067659a2e30f9a02e13d30db1bead6518232ee0 Mon Sep 17 00:00:00 2001 From: deathstalkr Date: Sun, 27 Jul 2025 21:00:00 +0530 Subject: [PATCH] fix: update tutorial links for improved navigation and clarity --- .../google_adk_tutorials/1_starter_agent/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ai_agent_framework_crash_course/google_adk_tutorials/1_starter_agent/README.md b/ai_agent_framework_crash_course/google_adk_tutorials/1_starter_agent/README.md index 82c878e..e022001 100644 --- a/ai_agent_framework_crash_course/google_adk_tutorials/1_starter_agent/README.md +++ b/ai_agent_framework_crash_course/google_adk_tutorials/1_starter_agent/README.md @@ -103,8 +103,9 @@ By the end of this tutorial, you'll understand: ## 🔗 Next Steps After completing this tutorial, you'll be ready for: -- **[Tutorial 2: Structured Output Agent](../2_structured_output_agent/README.md)** - Learn to create type-safe, structured responses -- **[Tutorial 3: Tool Using Agent](../3_tool_using_agent/README.md)** - Add custom tools and functions to your agent +- **[Tutorial 2: Model agnostic Agent](../2_model_agnostic_agent/README.md)** - create agents that work with different AI models +- **[Tutorial 3: Structured Output Agent](../3_structured_output_agent/README.md)** - Learn to create type-safe, structured responses +- **[Tutorial 4: Tool Using Agent](../4_tool_using_agent/README.md)** - Add custom tools and functions to your agent ## 💡 Pro Tips