Fix in async client

This commit is contained in:
Tat Dat Duong
2025-03-19 20:10:42 +01:00
parent 1e767c0653
commit a2d7631f47
+1 -1
View File
@@ -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,