Skip to content

Commit cbb0802

Browse files
Update src/content/docs/workers-ai/features/async-batch-api.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 44c162a commit cbb0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/features/async-batch-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide will walk you through the concepts behind asynchronous batch processi
1313

1414
Asynchronous batch processing lets you send a collection (batch) of inference requests in a single call. Instead of expecting immediate responses for every request, the system queues them for processing and returns the results later.
1515

16-
When you send a batch request, the API immediately acknowledges receipt with a status like `"queued"` and provides a unique `request_id`. This ID is later used to poll for the final responses once the processing is complete.
16+
When you send a batch request, the API immediately acknowledges receipt with a status like `queued` and provides a unique `request_id`. This ID is later used to poll for the final responses once the processing is complete.
1717

1818
## 2. Prerequisites and setup
1919

0 commit comments

Comments
 (0)