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 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