Thought signature delta for streaming responses.
@type t() :: %Gemini.Types.Interactions.DeltaThoughtSignatureDelta{ signature: String.t() | nil, type: String.t() }
@spec from_api(map() | nil) :: t() | nil
@spec to_api(t() | nil) :: map() | nil