* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation. * @returns A Fetcher object that allows you to send requests to the Worker script. * @throws If the Worker script does not exist in this dispat
(name: string, args?: {
[key: string]: any;
}, options?: DynamicDispatchOptions)
| 10866 | /** @see https://pptr.dev/api/puppeteer.screenshotoptions */ |
| 10867 | screenshotOptions?: Omit<BrowserRunPuppeteerScreenshotOptions, 'encoding'>; |
| 10868 | }; |
| 10869 | interface BrowserRunJsonBaseOptions { |
| 10870 | /** Custom AI models to try in order. Max 3. Falls back to next on error. */ |
| 10871 | custom_ai?: Array<{ |
nothing calls this directly
no outgoing calls
no test coverage detected