Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:42:31 +00:00
parent ade69b59aa
commit 93bcd94608

View File

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