mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +00:00
openai: audio modality, remove sockets from unit tests (#27436)
This commit is contained in:
@@ -162,7 +162,12 @@ def test__convert_dict_to_message_tool_call() -> None:
|
||||
name="GenerateUsername",
|
||||
args="oops",
|
||||
id="call_wm0JY6CdwOMZ4eTxHWUThDNz",
|
||||
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)", # 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"
|
||||
),
|
||||
type="invalid_tool_call",
|
||||
)
|
||||
],
|
||||
|
Reference in New Issue
Block a user