Provides struct and type for a PromptInput
Summary
Types
@type t() :: %OpenCode.Generated.PromptInput{ agents: [OpenCode.Generated.PromptAgentAttachment.t()] | nil, files: [OpenCode.Generated.PromptInputFileAttachment.t()] | nil, text: String.t() }
Provides struct and type for a PromptInput
@type t() :: %OpenCode.Generated.PromptInput{ agents: [OpenCode.Generated.PromptAgentAttachment.t()] | nil, files: [OpenCode.Generated.PromptInputFileAttachment.t()] | nil, text: String.t() }