with the run method `const resp = await this.ai.run(model, input);` it is returning a `ReadableStrea
with the run method
here is some working code:
const resp = await this.ai.run(model, input); it is returning a ReadableStream<Uint8Array> rather than a Uint8Array like the types are saying. I'm having to coerce it into the correct type before being able to manipulate ithere is some working code:





