-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented function calls #67
base: beta
Are you sure you want to change the base?
Conversation
@aydinfatih, is there anything missing for this PR to be approved? I really need function calls in my project, and this implementation would be extremely helpful. Thank you! |
@mayconmedeiroz while this is being merged, you should be able to install my fork to test it out. Feedback welcome. |
Yes, I'm using it in a project, and it works very well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small detail is that the ToolConfig is missing in the testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Seems like I forgot to add withToolConfig()
to the interface as well. Updated now.
Implemented function calling as per https://ai.google.dev/gemini-api/docs/function-calling