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

Provider-neutral option returned by a dynamic select loader.

# `t`

```elixir
@type t() :: %Jido.Chat.OptionsLoadOption{
  description: nil | nil | binary(),
  label: binary(),
  metadata: map(),
  value: binary()
}
```

# `from_map`

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

Builds an option from serialized data.

# `new`

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

Creates an option-load option.

# `schema`

Returns the schema for an option-load option.

# `to_map`

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

Serializes the option.

---

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