GroundingMetadata
io.cequence.openaiscala.gemini.domain.response.GroundingMetadata
case class GroundingMetadata(groundingChunks: Seq[GroundingChunk], groundingSupports: Seq[GroundingSupport], webSearchQueries: Seq[String], searchEntryPoint: Option[SearchEntryPoint], retrievalMetadata: Option[RetrievalMetadata])
Metadata returned to client when grounding is enabled.
Attributes
- groundingChunks
List of supporting references retrieved from specified grounding source.
- groundingSupports
List of grounding support.
- retrievalMetadata
Metadata related to retrieval in the grounding flow.
- searchEntryPoint
Optional. Google search entry for the following-up web searches.
- webSearchQueries
Web search queries for the following-up web search.
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any