ExLLM.Gemini.Chunk.CustomMetadata (ex_llm v0.5.0)

View Source

User provided metadata stored as key-value pairs.

Summary

Types

t()

@type t() :: %ExLLM.Gemini.Chunk.CustomMetadata{
  key: String.t(),
  numeric_value: number() | nil,
  string_list_value: StringList.t() | nil,
  string_value: String.t() | nil
}