Abstraction that converts chat params into a frame stream. APIinterface Transport {readonly name: string;send(request: TransportRequest): Promise<TransportResponse>;}namestring