You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/building-ai-application-function-calling/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ if __name__ == "__main__":
250
250
251
251
3.**Parameter extraction**: The model extracts key information (airports, date) from the query.
252
252
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.
254
254
255
255
5.**Response generation**: The model receives the function's response and generates a natural language reply for the user.
0 commit comments