ExLLM.Providers.Gemini.QA.GroundingPassages (ex_llm v0.8.1)

View Source

A list of passages provided inline with the request.

Summary

Types

t()

@type t() :: %ExLLM.Providers.Gemini.QA.GroundingPassages{
  passages: [GroundingPassage.t()]
}