From 330f8b37df2970ae18ac571c2aa829be429e0d5c Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 12 Feb 2024 10:16:00 +0100 Subject: [PATCH] Minor docs links fix --- .../ROOT/pages/api/clients/functions/openai-chat-functions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/functions/openai-chat-functions.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/functions/openai-chat-functions.adoc index d7ec2fba8..25dbca1e7 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/functions/openai-chat-functions.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/functions/openai-chat-functions.adoc @@ -148,5 +148,5 @@ The following diagram illustrates the flow of the OpenAI API https://platform.op image:openai-function-calling-flow.png[OpenAI API Function Calling Flow] -[org.springframework.ai.openai.chat.api.tool.OpenAiApiToolFunctionCallTests] provides a complete example of how to call a function using the OpenAI API. +The link:https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-openai/src/test/java/org/springframework/ai/openai/chat/api/tool/OpenAiApiToolFunctionCallIT.java[OpenAiApiToolFunctionCallIT.java] provides a complete example on how to use the OpenAI API function calling. It is based on the https://platform.openai.com/docs/guides/function-calling/parallel-function-calling[OpenAI Function Calling tutorial].