Skip to content

Commit 407ee64

Browse files
daymxnandrewheard
andauthored
Update FirebaseAI/Sources/Types/Public/Live/SpeechConfig.swift
Co-authored-by: Andrew Heard <[email protected]>
1 parent 0939793 commit 407ee64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/SpeechConfig.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
import Foundation
1616

1717
/// Configuration for controlling the voice of the model during conversation.
18-
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
18+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, *)
19+
@available(watchOS, unavailable)
1920
public struct SpeechConfig: Sendable {
2021
let speechConfig: BidiSpeechConfig
2122

0 commit comments

Comments
 (0)