File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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. */
134130public class InlineDataPart
135131internal 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 ,
You can’t perform that action at this time.
0 commit comments