Fix typos in langgraph_sdk client. (#2621)

Fix typos in langgraph_sdk client.

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
湛露先生
2024-12-04 06:29:28 -08:00
committed by GitHub
parent 9220049b35
commit 84d33f9621
+1 -1
View File
@@ -190,7 +190,7 @@ class LangGraphClient:
class HttpClient:
"""Hancle async requests to the LangGraph API.
"""Handle async requests to the LangGraph API.
Adds additional error messaging & content handling above the
provided httpx client.