Trying to understand function calling better

Hey Guys,

Im still trying to wrap my head around how function calling works.

Let’s say Im trying to build a simple app that takes a 1 hour conversation between multiple people in a zoom call, and contextualizes it into a report format using function calling. How would i do that exactly? What kind of functionality would I be able to get out of using function calling?

Thanks!

The use you describe, taking an input text, and having an AI rewrite or process it into an output text, doesn’t seem like a case where function call ability gives utility.

Instead, the AI can call a function in order to satisfy user input or need for more knowledge. Functions like:
internet_search()
database_lookup()
scientific_calculator()
post_to_AI_forum()