mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
groq,openai,mistralai: fix unit tests (#28279)
This commit is contained in:
@@ -212,7 +212,7 @@ def test__convert_dict_to_message_tool_call() -> None:
|
||||
InvalidToolCall(
|
||||
name="GenerateUsername",
|
||||
args="oops",
|
||||
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)\nFor troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE", # noqa: E501
|
||||
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)\nFor troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE ", # noqa: E501
|
||||
id="ssAbar4Dr",
|
||||
type="invalid_tool_call",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user