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

Provides struct and type for a CommandV2Info

# `t`

```elixir
@type t() :: %OpenCode.Generated.CommandV2Info{
  agent: String.t() | nil,
  description: String.t() | nil,
  model: OpenCode.Generated.CommandV2InfoModel.t() | nil,
  name: String.t(),
  subtask: boolean() | nil,
  template: String.t()
}
```

---

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