-
Notifications
You must be signed in to change notification settings - Fork 382
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
Module 5 Lessons 4 & 5: TrustCall create_extractor with gemini-1.5 (flash or pro) models errors #64
Comments
The above example is from Lesson 4. In Lesson 5, if I use gemini-1.5-pro, it can update the uesr profile and the instructions, but not the task list. For the task list, I get: instruction in the jupyter code box:
Start of a good response:
Then the same "Key 'examples' is not supported in schema, ignoring" error:
|
Thanks @emilyvanark! I will have a look with @hinthornw, the author. Trustcall has been tested with OpenAI tool calling most extensively. |
Using gemini models:
and trustcall create_extractor:
In both lessons 4 & 5 of Module 5, when the trustcall_extractor is invoked:
the following error is given:
I'm afraid I'm too new to LangChain / LangGraph / TrustCall to know how to debug this, but it seems likely that the tool usage in the VertexAi library isn't vibing very well with TrustCall yet? (It seems to do fine with straight-up LangGraph / LangChain calls...)
The text was updated successfully, but these errors were encountered: