# `Jido.Chat.OptionsLoadOptionGroup`
[🔗](https://github.com/agentjido/jido_chat/blob/v1.2.0/lib/jido/chat/options_load_option_group.ex#L1)

A labeled group of provider-neutral dynamic select options.

# `t`

```elixir
@type t() :: %Jido.Chat.OptionsLoadOptionGroup{
  label: binary(),
  metadata: map(),
  options: [any()]
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

Builds an option group from serialized data.

# `new`

```elixir
@spec new(t() | map()) :: t()
```

Creates an option group.

# `schema`

Returns the schema for an option group.

# `to_map`

```elixir
@spec to_map(t()) :: map()
```

Serializes the option group.

---

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