File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,7 @@ internal constructor(
114
114
internal val thoughtSignature: String?
115
115
) : Part {
116
116
117
- /* *
118
- * @param image [Bitmap] to convert into a [Part]
119
- */
117
+ /* * @param image [Bitmap] to convert into a [Part] */
120
118
public constructor (image: Bitmap ) : this (image, false , null )
121
119
122
120
internal fun toInlineDataPart () =
@@ -202,9 +200,7 @@ internal constructor(
202
200
}
203
201
}
204
202
205
- /* *
206
- * Represents function call output to be returned to the model when it requests a function call.
207
- */
203
+ /* * Represents function call output to be returned to the model when it requests a function call. */
208
204
public class FunctionResponsePart
209
205
internal constructor (
210
206
public val name: String ,
@@ -246,9 +242,7 @@ internal constructor(
246
242
}
247
243
}
248
244
249
- /* *
250
- * Represents file data stored in Cloud Storage for Firebase, referenced by URI.
251
- */
245
+ /* * Represents file data stored in Cloud Storage for Firebase, referenced by URI. */
252
246
public class FileDataPart
253
247
internal constructor (
254
248
public val uri: String ,
You can’t perform that action at this time.
0 commit comments