Multiple Function Calling | LLM Tutorial
๐ Get notes and diagrams: https://irtizahafiz.com/newsletter?utm_source=yt
โถ๏ธ Get the code: https://github.com/irtiza07/public_api/tree/main/projects/openai-simple-tool-function-calling
In this video, we dive into handling multiple function call requests from a model, using a practical example of determining the weather for an event.
0:00 Introduction to Handling Multiple Function Calls
1:04 Demo: Querying Weather for Events
2:14 Understanding Function Call Workflow
3:01 Passing Function Definitions to the Model
4:14 Model's Function Call Request Process
5:00 Executing and Returninโฆ
Watch on YouTube โ
(saves to browser)
Chapters (16)
Introduction to Handling Multiple Function Calls
1:04
Demo: Querying Weather for Events
2:14
Understanding Function Call Workflow
3:01
Passing Function Definitions to the Model
4:14
Model's Function Call Request Process
5:00
Executing and Returning Function Results
6:09
Second Function Call and Response
7:15
Finalizing the Weather Report
7:40
Code Walkthrough: Initial Call Setup
8:06
Looping Through Function Call Requests
9:04
Mapping Function Names to Signatures
9:56
Sending Function Outputs to the Model
10:20
Handling Multiple Function Calls Simultaneously
11:10
Example: Multiple Weather Requests
11:44
Expanding to More Locations
11:55
Conclusion and Resources
DeepCamp AI