From 14a4fbefafcd53e3dcbe6ee3801a47fdc4953e55 Mon Sep 17 00:00:00 2001 From: Swapnil Jain <85019664+swapy-27@users.noreply.github.com> Date: Fri, 24 May 2024 20:36:46 +0530 Subject: [PATCH] Update concepts.adoc documentation for clarity and accuracy (#762) --- .../src/main/antora/modules/ROOT/pages/concepts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc index 81f065bc3..530a9f000 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc @@ -205,9 +205,9 @@ It allows you to register your own functions to connect the large language model These systems can provide LLMs with real-time data and perform data processing actions on their behalf. Spring AI greatly simplifies code you need to write to support function invocation. -It brokers the function invocation conversation for you. +It handles the function invocation conversation for you. You can provide your function as a `@Bean` and then provide the bean name of the function in your prompt options to activate that function. -You can also define and reference multiple functions in a single prompt. +Additionally, you can define and reference multiple functions in a single prompt. == Evaluating AI responses