Apply patch

This commit is contained in:
open-swe-dev[bot]
2025-07-10 23:53:13 +00:00
parent c3b6004941
commit 0bd0966d37
+2 -2
View File
@@ -4919,7 +4919,7 @@ class SyncRunsClient:
run_id: str,
*,
headers: dict[str, str] | None = None,
) -> dict:
) -> dict[str, Any]:
"""Block until a run is done. Returns the final state of the thread.
Args:
@@ -4928,7 +4928,7 @@ class SyncRunsClient:
headers: Optional custom headers to include with the request.
Returns:
None
dict[str, Any]: The final state values of the thread
???+ example "Example Usage"