This commit is contained in:
isaac hershenson
2024-09-20 17:02:15 -07:00
parent 4eaa1bb8ca
commit 75ef1e790e
+1 -3
View File
@@ -627,9 +627,7 @@ class AssistantsClient:
payload: Dict[str, Any] = {"version": version}
return await self.http.post(
f"/assistants/{assistant_id}/latest", json=payload
)
return await self.http.post(f"/assistants/{assistant_id}/latest", json=payload)
class ThreadsClient: