-
Notifications
You must be signed in to change notification settings - Fork 320
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
automatic chat with function call, chat history no function call record #601
Comments
Hi @weedge , The issue is that sometimes the model fails to utilize the provided tools for a given query.
|
Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs. |
At some point the models got much better at doing arithmetic themselves (or they have their own calculator), so maybe that's why they're skipping this function call now. We should change this example code to use the "turn on the lights" example, since code-execution is also a better way of doing this. |
Description of the bug:
Actual vs expected behavior:
result:
open
"what's your name?",
result:
no function_call history
Any other information you'd like to share?
pip show google-generativeai
The text was updated successfully, but these errors were encountered: