MCPcopy Create free account
hub / github.com/TanStack/ai / output

Method output

examples/sandbox-cloudflare/worker-configuration.d.ts:13995–13995  ·  view source on GitHub ↗

* Retrieve the image that results from applying the transforms to the * provided input * @param options Options that apply to the output e.g. output format

(options: ImageOutputOptions)

Source from the content-addressed store, hash-verified

13993 * @param options Options that apply to the output e.g. output format
13994 */
13995 output(options: ImageOutputOptions): Promise<ImageTransformationResult>
13996}
13997type ImageTransformationOutputOptions = {
13998 encoding?: 'base64'

Callers 10

runGenerateTranscriptionFunction · 0.65
streamModelResponseMethod · 0.65
runGenerateAudioFunction · 0.65
runGenerateImageFunction · 0.65
runSummarizeFunction · 0.65
runCreateVideoJobFunction · 0.65
runGenerateSpeechFunction · 0.65
execMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected