Represents provider thinking output.
@type t() :: %CliSubprocessCore.Payload.Thinking{ content: String.t(), extra: map(), metadata: map(), signature: String.t() | nil }
@spec new(keyword() | map() | struct()) :: struct()
@spec parse(keyword() | map() | struct()) :: {:ok, struct()} | {:error, {:invalid_payload, module(), CliSubprocessCore.Schema.error_detail()}}
@spec parse!(keyword() | map() | struct()) :: struct()
@spec schema() :: Zoi.schema()
@spec to_map(struct()) :: map()