OpenCode.Generated.ConnectorAttempt (opencode_sdk v0.1.89)

Copy Markdown View Source

Provides struct and type for a ConnectorAttempt

Summary

Types

t()

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