OpenCode.Generated.IntegrationTextPrompt (opencode_sdk v0.1.89)

Copy Markdown View Source

Provides struct and type for a IntegrationTextPrompt

Summary

Types

t()

@type t() :: %OpenCode.Generated.IntegrationTextPrompt{
  key: String.t(),
  message: String.t(),
  placeholder: String.t() | nil,
  type: String.t(),
  when: OpenCode.Generated.IntegrationWhen.t() | nil
}