ExLLM.Providers.Gemini.Corpus.QueryCorpusResponse (ex_llm v0.8.1)

View Source

Response from querying a corpus.

Summary

Types

t()

@type t() :: %ExLLM.Providers.Gemini.Corpus.QueryCorpusResponse{
  relevant_chunks: [RelevantChunk.t()]
}