cohere-ai / cohere-python

Python Library for Accessing the Cohere API
https://docs.cohere.ai
MIT License
278 stars 60 forks source link

ImportError: cannot import name 'ChatRequestToolResultsItem' from 'cohere.types' #500

Closed mingyk closed 3 months ago

mingyk commented 3 months ago

Hi,

I'm trying to follow this guide using Cohere and so far I've only used from langchain_cohere import CohereEmbeddings for the import. However it gives me the following error:

ImportError: cannot import name 'ChatRequestToolResultsItem' from 'cohere.types'

Not sure how to resolve this import error though.

billytrend-cohere commented 3 months ago

Hey @mingyk, I've released a fix for this to langchain_cohere. Please update to the latest and sorry for the inconvenience!