From 8abb4b0732be816898a856b3e7d0abeddcb46f29 Mon Sep 17 00:00:00 2001 From: Eyob Weldetensay Date: Fri, 31 Jul 2026 19:40:06 +0300 Subject: [PATCH] Add alias for removed functions page Signed-off-by: Eyob Weldetensay --- .gitignore | 1 + .../src/main/antora/modules/ROOT/pages/api/tools.adoc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1fd16d3c80..739d667a0c 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ tmp plans + diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc index 393037c15f..60989a7a99 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc @@ -1,4 +1,6 @@ [[Tools]] +:page-aliases: api/functions.adoc + = Tool Calling _Tool calling_ — the ability for an AI model to invoke application-defined functions and act on their results — is the essential building block of agentic AI systems. A model that can only generate text is a chatbot; a model that can discover information, take action, and loop until a goal is reached is an agent.