Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:43:03 +00:00
parent bca5f8233c
commit 474b43a4f5

View File

@@ -210,7 +210,7 @@ class OpenAIBatchClient:
if batch_info["status"] != BatchStatus.COMPLETED:
raise BatchError(
f"Batch {batch_id} is not completed. "
f"Current status: {batch_info['status']}",
f"Current status: {batch_info['status']}",
batch_id=batch_id,
status=batch_info["status"],
)