Skip to content

Commit d487279

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import Foundation
1919
/// history and used as part of the prompt to the model to generate content.
2020
///
2121
/// A message here will interrupt any current model generation.
22-
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
22+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, *)
23+
@available(watchOS, unavailable)
2324
struct BidiGenerateContentClientContent: Encodable {
2425
/// The content appended to the current conversation with the model.
2526
///

0 commit comments

Comments
 (0)