OpenCode.Generated.StepFinishPart (opencode_sdk v0.1.13)

Copy Markdown View Source

Provides struct and type for a StepFinishPart

Summary

Types

t()

@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()
}