Gemini.Types.Interactions.URLContextCallContent (GeminiEx v0.9.0)

Copy Markdown View Source

URL context call content block (type: "url_context_call").

Summary

Types

t()

@type t() :: %Gemini.Types.Interactions.URLContextCallContent{
  arguments: Gemini.Types.Interactions.URLContextCallArguments.t() | nil,
  id: String.t() | nil,
  type: String.t()
}

Functions

from_api(content)

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

to_api(map)

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