File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
FirebaseAI/Sources/Types/Public/Live Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ public final class LiveSession: Sendable {
91
91
/// Incremental update of the current conversation.
92
92
///
93
93
/// The content is unconditionally appended to the conversation history and used as part of the
94
- /// prompt to the model to
95
- /// generate content.
94
+ /// prompt to the model to generate content.
96
95
///
97
96
/// Sending this message will also cause an interruption, if the server is actively generating
98
97
/// content.
@@ -110,8 +109,7 @@ public final class LiveSession: Sendable {
110
109
/// Incremental update of the current conversation.
111
110
///
112
111
/// The content is unconditionally appended to the conversation history and used as part of the
113
- /// prompt to the model to
114
- /// generate content.
112
+ /// prompt to the model to generate content.
115
113
///
116
114
/// Sending this message will also cause an interruption, if the server is actively generating
117
115
/// content.
You can’t perform that action at this time.
0 commit comments