Gemini.Types.Response.CitationSource (GeminiEx v0.11.0)

Copy Markdown View Source

Citation source information.

Summary

Types

t()

@type t() :: %Gemini.Types.Response.CitationSource{
  end_index: integer() | nil,
  license: String.t() | nil,
  start_index: integer() | nil,
  uri: String.t() | nil
}

Functions

from_api(data)

@spec from_api(map() | nil) :: t() | nil