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

Provides struct and type for a AgentPartInput

# `t`

```elixir
@type t() :: %OpenCode.Generated.AgentPartInput{
  id: String.t() | nil,
  name: String.t(),
  source: OpenCode.Generated.AgentPartInputSource.t() | nil,
  type: String.t()
}
```

---

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