Skip to content

Commit 9e5fea6

Browse files
Update tutorials/building-ai-application-function-calling/index.mdx
Co-authored-by: Guillaume Calmettes <[email protected]>
1 parent 7f04739 commit 9e5fea6

File tree

1 file changed

+1
-1
lines changed
  • tutorials/building-ai-application-function-calling

1 file changed

+1
-1
lines changed

tutorials/building-ai-application-function-calling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ if __name__ == "__main__":
250250

251251
3. **Parameter extraction**: The model extracts key information (airports, date) from the query.
252252

253-
4. **Function calling**: The model calls the `get_flight_schedule` function with the extracted parameters.
253+
4. **Function calling**: The model returns the function call to be made by the user, in this case the `get_flight_schedule` function with the extracted parameters provided by the model.
254254

255255
5. **Response generation**: The model receives the function's response and generates a natural language reply for the user.
256256

0 commit comments

Comments
 (0)