Gemini.Types.Interactions.DynamicAgentConfig (GeminiEx v0.11.0)

Copy Markdown View Source

Dynamic agent configuration (type: "dynamic").

Python allows arbitrary extra keys; in Elixir we store them under config.

Summary

Types

t()

@type t() :: %Gemini.Types.Interactions.DynamicAgentConfig{
  config: map(),
  type: String.t()
}

Functions

from_api(config)

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

to_api(map)

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