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

Copy Markdown View Source

Arguments for a url_context_call content block.

Summary

Types

t()

@type t() :: %Gemini.Types.Interactions.URLContextCallArguments{
  urls: [String.t()] | nil
}

Functions

from_api(args)

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

to_api(map)

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