OpenCode.Generated.IntegrationAttempt (opencode_sdk v0.1.88)

Copy Markdown View Source

Provides struct and type for a IntegrationAttempt

Summary

Types

t()

@type t() :: %OpenCode.Generated.IntegrationAttempt{
  attempt_id: String.t(),
  instructions: String.t(),
  mode: String.t(),
  time: OpenCode.Generated.IntegrationAttemptTime.t(),
  url: String.t()
}