# `OpenCode.Generated.StepFinishPart`
[🔗](https://github.com/UtkarshUsername/opencode-sdk-elixir/blob/v0.1.84/lib/opencode/generated/step_finish_part.ex#L1)

Provides struct and type for a StepFinishPart

# `t`

```elixir
@type t() :: %OpenCode.Generated.StepFinishPart{
  cost: number(),
  id: String.t(),
  message_id: String.t(),
  reason: String.t(),
  session_id: String.t(),
  snapshot: String.t() | nil,
  tokens: OpenCode.Generated.StepFinishPartTokens.t(),
  type: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
