GenerateContentResponse
io.cequence.openaiscala.gemini.domain.response.GenerateContentResponse
case class GenerateContentResponse(candidates: Seq[Candidate], promptFeedback: Option[PromptFeedback], usageMetadata: UsageMetadata, modelVersion: String, cachedContent: Option[String])
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any