feat(account): add managed credits and cloud gateway
Introduce optional Apple account-backed credits with scoped gateway access while preserving local and BYOK paths. Refresh assistant behavior, tests, privacy disclosures, docs, and the website for the 2.0 experience.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
//
|
||||
// Hermetic fixtures for Volcengine/Bailian streaming helpers and PCM encode.
|
||||
|
||||
import XCTest
|
||||
@testable import OSGKeyboardShared
|
||||
@testable import OSGKeyboardHostSupport
|
||||
@testable import OSGKeyboardShared
|
||||
import XCTest
|
||||
|
||||
final class CloudASRStreamingHelpersTests: XCTestCase {
|
||||
|
||||
@@ -55,7 +55,7 @@ final class CloudASRStreamingHelpersTests: XCTestCase {
|
||||
func testVolcengineFirstFramePayloadIncludesNonstreamAndHotwords() throws {
|
||||
let dict = PersonalDictionary(entries: [
|
||||
PersonalDictionary.Entry(term: "OSGKeyboard", category: .productName, source: .manual),
|
||||
PersonalDictionary.Entry(term: "Kubernetes", category: .technical, source: .manual),
|
||||
PersonalDictionary.Entry(term: "Kubernetes", category: .technical, source: .manual)
|
||||
])
|
||||
let data = try VolcengineCloudASRClient.firstFramePayload(
|
||||
connectID: "conn-1",
|
||||
|
||||
Reference in New Issue
Block a user