Juan Calvo Ferrándiz

Results 5 comments of Juan Calvo Ferrándiz

I have the same error with version 0.1.15. Thanks! :)

Exploring https://github.com/langchain-ai/langchain-google/blob/main/libs/vertexai/langchain_google_vertexai/chat_models.py#L733 I have found that when I pass this model: ``` ## Data model class code(BaseModel): """Code output""" prefix: str = Field(description="Description of the problem and approach") imports: str...

Hey! I got the error with OpenAI. Makes the call to the base.py file: ![image](https://github.com/langchain-ai/langchain/assets/20303036/e023f6a9-7ee1-4bd8-83ca-484ba8f2eb4b)

Make sure to update packages. Check your constraints in the` .toml` file because you may be doing a `poetry update`, but a constraint could be limiting the upgrade. To check...

Really looking forward to seeing this move forward! Thanks for the effort!