Update concepts.adoc documentation for clarity and accuracy (#762)

This commit is contained in:
Swapnil Jain
2024-05-24 20:36:46 +05:30
committed by GitHub
parent 312156e2cb
commit 14a4fbefaf

View File

@@ -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