# `OpenCode.Generated.PromptReferenceAttachment`
[🔗](https://github.com/UtkarshUsername/opencode-sdk-elixir/blob/v0.1.84/lib/opencode/generated/prompt_reference_attachment.ex#L1)

Provides struct and type for a PromptReferenceAttachment

# `t`

```elixir
@type t() :: %OpenCode.Generated.PromptReferenceAttachment{
  branch: String.t() | nil,
  kind: String.t(),
  name: String.t(),
  problem: String.t() | nil,
  repository: String.t() | nil,
  source: OpenCode.Generated.PromptSource.t() | nil,
  target: String.t() | nil,
  target_uri: String.t() | nil,
  uri: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
