# ResolvedOption

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/client/commands/config/ResolvedOption)

An option paired with its resolved effective value, for display.

Bundles the four values that always travel together through the render
helpers as one named record, so they can't be reordered or misaligned at a
call site the way a bare positional tuple can.

## Signature

```python
ResolvedOption()
```

## Extends

- `NamedTuple`

## Properties

- `option`
- `is_set`
- `source`
- `value`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/client/commands/config.py#L308)