src/core.ts (2 lines): - line 97: // TODO handle blob, arraybuffer, other content types, etc. - line 956: // TODO add support for Cloudflare workers, etc. src/lib/AbstractChatCompletionRunner.ts (1 line): - line 109: // TODO: support audio here src/lib/ChatCompletionStreamingRunner.ts (1 line): - line 62: // @ts-expect-error TODO these types are incompatible src/lib/EventEmitter.ts (1 line): - line 77: // TODO: handle errors src/uploads.ts (1 line): - line 238: // TODO: make nested formats configurable src/streaming.ts (1 line): - line 74: // TODO: Is this where the error should be thrown?