Building a Function Calling Agent with OpenAI Assistant
What is “function calling” in LLMs?
Function calling in LLMs refer to its capability to accept a list of user defined functions (aka tools) and to intelligently choose (or "predict") which “tool” to use based on the prompt provided by the user.
For e...
dheerajgopi.hashnode.dev8 min read