mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
remove placeholder error message (#20340)
This commit is contained in:
@@ -53,7 +53,7 @@ def test_serdes_message_chunk() -> None:
|
||||
"name": "foobad",
|
||||
"args": "blah",
|
||||
"id": "booz",
|
||||
"error": "Malformed args.",
|
||||
"error": None,
|
||||
}
|
||||
],
|
||||
"tool_call_chunks": [
|
||||
|
Reference in New Issue
Block a user