Code execution call delta for streaming responses.
Summary
Types
@type t() :: %Gemini.Types.Interactions.DeltaCodeExecutionCallDelta{ arguments: Gemini.Types.Interactions.CodeExecutionCallArguments.t() | nil, id: String.t() | nil, type: String.t() }
Code execution call delta for streaming responses.
@type t() :: %Gemini.Types.Interactions.DeltaCodeExecutionCallDelta{ arguments: Gemini.Types.Interactions.CodeExecutionCallArguments.t() | nil, id: String.t() | nil, type: String.t() }