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

View Source

A single passage included inline with a grounding configuration.

Summary

Types

t()

@type t() :: %ExLLM.Providers.Gemini.QA.GroundingPassage{
  content: map(),
  id: String.t()
}