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

Copy Markdown View Source

Google Search call content block (type: "google_search_call").

Summary

Types

t()

@type t() :: %Gemini.Types.Interactions.GoogleSearchCallContent{
  arguments: Gemini.Types.Interactions.GoogleSearchCallArguments.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