CustomChatTransport (src/ai/custom-chat-transport.ts) implements the AI SDK's ChatTransport interface. We replace reconnectToStream with a no-op function and use streamText inside our custom ...