Skip to content

Commit 37dc443

Browse files
Update OpenAiApiToolFunctionCallIT source (#2661)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 4c709b4 commit 37dc443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/functions/openai-chat-functions.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,5 @@ The following diagram illustrates the flow of the OpenAI API https://platform.op
267267

268268
image:openai-function-calling-flow.jpg[title="OpenAI API Function Calling Flow", width=800, link=https://platform.openai.com/docs/guides/function-calling]
269269

270-
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.
270+
The link:https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-openai/src/test/java/org/springframework/ai/openai/api/tool/OpenAiApiToolFunctionCallIT.java[OpenAiApiToolFunctionCallIT.java] provides a complete example on how to use the OpenAI API function calling.
271271
It is based on the https://platform.openai.com/docs/guides/function-calling/parallel-function-calling[OpenAI Function Calling tutorial].

0 commit comments

Comments
 (0)