Skip to content

Commit 9e5eff1

Browse files
authored
Ref docs cleanup - Function Calling chapter (#985)
Add line break in Function Calling chapter
1 parent b5cc9db commit 9e5eff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ image::function-calling-basic-flow.jpg[Function calling, width=700, align="cente
187187
Later provides the `name`, `description` (e.g. explaining when the Model should call the function), and `input parameters` (e.g. the function's input parameters schema).
188188
* (2) when the Model decides to call the function, it will call the function with the input parameters and return the output to the model.
189189
* (3) Spring AI handles this conversation for you.
190-
It dispatches the function call to the appropriate function and returns the result to the model (4).
191-
Model can perform multiple function calls to retrieve all the information it needs.
190+
It dispatches the function call to the appropriate function and returns the result to the model.
191+
* (4) Model can perform multiple function calls to retrieve all the information it needs.
192192
* (5) once all information needed is acquired, the Model will generate a response.
193193

194194
Follow the xref::api/functions.adoc[Function Calling] documentation for further information on how to use this feature with different AI models.

0 commit comments

Comments
 (0)