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

Copy Markdown View Source

Arguments for a code_execution_call content block.

Summary

Types

language()

@type language() :: String.t()

t()

@type t() :: %Gemini.Types.Interactions.CodeExecutionCallArguments{
  code: String.t() | nil,
  language: language() | nil
}

Functions

from_api(args)

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

to_api(map)

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