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(
126
126
)
127
127
}
128
128
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. */
134
130
public class InlineDataPart
135
131
internal constructor (
136
132
public val inlineData: ByteArray ,
@@ -142,6 +138,7 @@ internal constructor(
142
138
/* *
143
139
* @param inlineData the binary data as a [ByteArray]
144
140
* @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).
145
142
*/
146
143
public constructor (
147
144
inlineData: ByteArray ,
You can’t perform that action at this time.
0 commit comments