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

Provides struct and type for a Command

# `t`

```elixir
@type t() :: %OpenCode.Generated.Command{
  agent: String.t() | nil,
  description: String.t() | nil,
  hints: [String.t()],
  model: String.t() | nil,
  name: String.t(),
  source: String.t() | nil,
  subtask: boolean() | nil,
  template: String.t()
}
```

---

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