Skip to content

Commit 4d6d683

Browse files
Update src/content/docs/workers-ai/features/async-batch-api.mdx
Co-authored-by: Kevin Jain <[email protected]>
1 parent 27a9944 commit 4d6d683

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
@@ -186,7 +186,7 @@ Below is a sample TypeScript Worker that receives a batch of inference requests,
186186
```ts
187187
export interface Env {
188188
AI: {
189-
run: (model: string, payload: any) => Promise<any>;
189+
run: (model: string, payload: any, options: any) => Promise<any>;
190190
};
191191
}
192192

0 commit comments

Comments
 (0)