Dynamic agent configuration (type: "dynamic").
type: "dynamic"
Python allows arbitrary extra keys; in Elixir we store them under config.
config
@type t() :: %Gemini.Types.Interactions.DynamicAgentConfig{ config: map(), type: String.t() }
@spec from_api(map() | nil) :: t() | nil
@spec to_api(t() | map() | nil) :: map() | nil