Skip to content

Commit 6d0077c

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ResponseModality.kt
Co-authored-by: Daymon <[email protected]>
1 parent 6e4bb65 commit 6d0077c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ResponseModality.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ import kotlinx.serialization.KSerializer
2121
import kotlinx.serialization.SerialName
2222
import kotlinx.serialization.Serializable
2323

24-
/**
25-
* Represents the modality of a response. This indicates the type of content being returned (e.g.,
26-
* text, image, audio).
27-
*/
24+
/** Represents the type of content present in a response (e.g., text, image, audio). */
2825
@PublicPreviewAPI
2926
public class ResponseModality private constructor(public val ordinal: Int) {
3027

0 commit comments

Comments
 (0)