OpenCode.Generated.SyncEventSessionNextStepStartedSyncEventData (opencode_sdk v0.1.79)

Copy Markdown View Source

Provides struct and type for a SyncEventSessionNextStepStartedSyncEventData

Summary

Types

t()

@type t() :: %OpenCode.Generated.SyncEventSessionNextStepStartedSyncEventData{
  agent: String.t(),
  model:
    OpenCode.Generated.SyncEventSessionNextStepStartedSyncEventDataModel.t(),
  session_id: String.t(),
  snapshot: String.t() | nil,
  timestamp: number()
}