GroundingAttribution

io.cequence.openaiscala.gemini.domain.response.GroundingAttribution
case class GroundingAttribution(sourceId: AttributionSourceId, content: Content)

Attribution for a source that contributed to an answer.

Attributes

content

Grounding source content that makes up this attribution.

sourceId

Output only. Identifier for the source contributing to this attribution.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product