RetrievalMetadata

io.cequence.openaiscala.gemini.domain.response.RetrievalMetadata
case class RetrievalMetadata(googleSearchDynamicRetrievalScore: Option[Double])

Metadata related to retrieval in the grounding flow.

Attributes

googleSearchDynamicRetrievalScore

Optional. Score indicating how likely information from google search could help answer the prompt. The score is in the range [0, 1], where 0 is the least likely and 1 is the most likely. This score is only populated when google search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger google 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