Skip to content

Commit a8c24ba

Browse files
committed
Minor doc formatting
1 parent a589589 commit a8c24ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ public final class LiveSession: Sendable {
9191
/// Incremental update of the current conversation.
9292
///
9393
/// 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.
9695
///
9796
/// Sending this message will also cause an interruption, if the server is actively generating
9897
/// content.
@@ -110,8 +109,7 @@ public final class LiveSession: Sendable {
110109
/// Incremental update of the current conversation.
111110
///
112111
/// 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.
115113
///
116114
/// Sending this message will also cause an interruption, if the server is actively generating
117115
/// content.

0 commit comments

Comments
 (0)