Hello,
As per the Google API documentation, the feature is referred to as “Function calling” Function calling tutorial | Gemini API | Google AI for Developers
Obtain structured data outputs from generative models. You can then utilize these outputs to invoke other APIs and return the relevant response data to the model. In essence, function calling enables you to connect generative models with external systems, ensuring that the generated content incorporates the most current and accurate information.
This is an advanced concept, so ensure you are familiar with its usage. On that documentation page, you'll find an example using parameters like tools
and tool_config
. I believe these are analogous to what is employed in this Gemini Module.
I trust this is helpful.
P.S.: Always search first. Check the callin.io Academy. If this was helpful, please Mark Best Answers as Solutions
and give
If you require expert assistance or have questions, feel free to contact us or comment below!
You are correct, it appears complex and is beyond my current capabilities. Thank you regardless.
Hello,
Please remember to mark the most helpful replies to your questions as solutions. It helps keep the community organized.