mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 09:47:51 +02:00
Fix in async client
This commit is contained in:
@@ -1189,7 +1189,7 @@ class ThreadsClient:
|
||||
}
|
||||
if if_exists:
|
||||
payload["if_exists"] = if_exists
|
||||
return await self.http.post("/threads/state/batch", json=payload)
|
||||
return await self.http.post("/threads/state/bulk", json=payload)
|
||||
|
||||
async def get_history(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user