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

Provides struct and type for a TextPartInput

# `t`

```elixir
@type t() :: %OpenCode.Generated.TextPartInput{
  id: String.t() | nil,
  ignored: boolean() | nil,
  metadata: map() | nil,
  synthetic: boolean() | nil,
  text: String.t(),
  time: OpenCode.Generated.TextPartInputTime.t() | nil,
  type: String.t()
}
```

---

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