We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9e606 commit 2911331Copy full SHA for 2911331
src/content/docs/workers-ai/features/async-batch-api.mdx
@@ -205,7 +205,7 @@ export default {
205
if (!data.requests || !Array.isArray(data.requests)) {
206
return new Response(
207
JSON.stringify({
208
- error: "Missing or invalid 'prompts' array in request payload.",
+ error: "Missing or invalid 'requests' array in request payload.",
209
}),
210
{ status: 400, headers: { "Content-Type": "application/json" } },
211
);
0 commit comments