Skip to content

Commit 5bcefae

Browse files
committed
Minor docs improvements
1 parent d6f4b71 commit 5bcefae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/functions.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33

44
The integration of function support in AI models, permits the model to request the execution of client-side functions, thereby accessing necessary information or performing tasks dynamically as required.
55

6+
image::function-calling-basic-flow.jpg[Function calling, width=500, align="center"]
7+
68
Spring AI currently supports Function invocation for the following AI Models
79

810
* OpenAI: Refer to the xref:api/chat/functions/openai-chat-functions.adoc[Open AI function invocation docs].
911
* VertexAI Gemini: Refer to the xref:api/chat/functions/vertexai-gemini-chat-functions.adoc[Vertex AI Gemini function invocation docs].
1012
* Azure OpenAI: Refer to the xref:api/chat/functions/azure-open-ai-chat-functions.adoc[Azure OpenAI function invocation docs].
1113
* Mistral AI: Refer to the xref:api/chat/functions/mistralai-chat-functions.adoc[Mistral AI function invocation docs].
12-
* Anthropic Claude: Refer to the xref:api/chat/functions/anthropic-chat-functions.adoc[Anthropic Claude function invocation docs].
14+
* Anthropic Claude: Refer to the xref:api/chat/functions/anthropic-chat-functions.adoc[Anthropic Claude function invocation docs].
15+
* MiniMax : Refer to the xref:api/chat/functions/minimax-chat-functions.adoc[MiniMax function invocation docs].
16+
* ZhiPu AI : Refer to the xref:api/chat/functions/zhipuai-chat-functions.adoc[ZhiPu AI function invocation docs].

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Portable `Vector Store API` across multiple providers, including a novel `SQL-li
2828

2929
image::function-calling-basic-flow.jpg[Function calling, width=500, align="center"]
3030

31+
Check the Spring AI xref::api/functions.adoc[Function Calling] documentation.
32+
3133
=== Auto Configuration
3234

3335
Spring Boot Auto Configuration and Starters for AI Models and Vector Stores.

0 commit comments

Comments
 (0)