SingleEmbedContentResponse

@Serializable
data class SingleEmbedContentResponse(val embedding: ContentEmbedding? = null, val tokenCount: Long? = null)

Config for response parameter.

Constructors

Link copied to clipboard
constructor(embedding: ContentEmbedding? = null, tokenCount: Long? = null)

Properties

Link copied to clipboard

The response to the request.

Link copied to clipboard
val tokenCount: Long? = null

The error encountered while processing the request.