Thin adapters from AI SDK stream types to ReadableStream<string> for aihu $stream collections.
fromAnthropicfunction fromAnthropic(stream: AsyncIterable<MessageStreamEvent>): ReadableStream<string>fromGeminifunction fromGemini( stream: AsyncIterable<GenerateContentStreamResult>, ): ReadableStream<string>fromOpenAIfunction fromOpenAI(stream: AsyncIterable<ChatCompletionChunk>): ReadableStream<string>fromResponsefunction fromResponse(res: Response): ReadableStream<string>`fromResponse` — adapter from `fetch()` Response to `ReadableStream<string>`.