import Foundation struct TokenChunk: Sendable { let text: String let decodeRate: Double // tokens / second, 估算值 }