Skip to content

Commit d29364f

Browse files
committed
Adjust broken sentence
1 parent e89a8fb commit d29364f

File tree

1 file changed

+2
-5
lines changed
  • firebase-ai/src/main/kotlin/com/google/firebase/ai/type

1 file changed

+2
-5
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Part.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,7 @@ internal constructor(
126126
)
127127
}
128128

129-
/**
130-
* Represents binary data with an associated MIME type sent to and received from requests.
131-
*
132-
* [Firebase documentation](https://firebase.google.com/docs/vertex-ai/input-file-requirements).
133-
*/
129+
/** Represents binary data with an associated MIME type sent to and received from requests. */
134130
public class InlineDataPart
135131
internal constructor(
136132
public val inlineData: ByteArray,
@@ -142,6 +138,7 @@ internal constructor(
142138
/**
143139
* @param inlineData the binary data as a [ByteArray]
144140
* @param mimeType an IANA standard MIME type. For supported values, see the
141+
* [Firebase documentation](https://firebase.google.com/docs/vertex-ai/input-file-requirements).
145142
*/
146143
public constructor(
147144
inlineData: ByteArray,

0 commit comments

Comments
 (0)