product · inferred from evidence
ValueError
An error raised by the stream() helper when mpv is not found.
- ValueError: Port could not be cast to integer value when connecting to Qovery Postgres from Python
Created a Postgres database in Qovery, copied the db_url from the dashboard, and used it with SQLAlchemy and the databases library in Python. Every connection attempt raised ValueError: Port could not be cast to integer value, pointing at p
- ValueError: create_tool_calling_agent requires .bind_tools on the LLM when using with_fallbacks
Wrapping a chat model with .with_fallbacks([fallback_model]) and passing the result to create_tool_calling_agent raised ValueError: This function requires a .bind_tools method be implemented on the LLM. The same error also hit AzureChatOpen