You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = llm.bind_tools(tools=tools,tool_choice="add")
error: Retrying langchain_google_vertexai.chat_models._acompletion_with_retry.._completion_with_retry_inner in 10.0 seconds as it raised InvalidArgument: 400 Request contains an invalid argument.
@lkuligin maybe it's worth not retrying and instead passing through the error for this class of error? The error message could also probably be improved
model = llm.bind_tools(tools=tools,tool_choice="add")
error: Retrying langchain_google_vertexai.chat_models._acompletion_with_retry.._completion_with_retry_inner in 10.0 seconds as it raised InvalidArgument: 400 Request contains an invalid argument.
langchain-google-vertexai = "^1.0.8"
langchain-core = "^0.2.32"
The text was updated successfully, but these errors were encountered: