runtime error
Exit code: 1. Reason: /home/user/app/app.py:43: LangChainDeprecationWarning: The class `TavilySearchResults` was deprecated in LangChain 0.3.25 and will be removed in 1.0. An updated version of the class exists in the :class:`~langchain-tavily package and should be used instead. To use it run `pip install -U :class:`~langchain-tavily` and import as `from :class:`~langchain_tavily import TavilySearch``. tools = [TavilySearchResults(max_results=3, description="A search engine for finding up-to-date information on the web."), PythonREPLTool()] Traceback (most recent call last): File "/home/user/app/app.py", line 80, in <module> llm_with_tools = llm.bind_tools(tools) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 991, in __getattr__ raise AttributeError(f'{type(self).__name__!r} object has no attribute {item!r}') AttributeError: 'HuggingFaceEndpoint' object has no attribute 'bind_tools'
Container logs:
Fetching error logs...