Skip to content

Commit 474c646

Browse files
daymxnandrewheard
andauthored
Update FirebaseAI/Sources/Types/Internal/Live/BidiGenerateContentClientMessage.swift
Co-authored-by: Andrew Heard <[email protected]>
1 parent d487279 commit 474c646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/BidiGenerateContentClientMessage.swift

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

1717
/// Messages sent by the client in the BidiGenerateContent RPC call.
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
enum BidiGenerateContentClientMessage {
2021
/// Message to be sent in the first and only first client message.
2122
case setup(BidiGenerateContentSetup)

0 commit comments

Comments
 (0)