settings_get
Retrieve the current value and metadata for any lilbee setting, such as chunk_size or chat_model, to inspect or verify configuration.
Instructions
Get the current value and metadata for a single lilbee setting.
The ``nullable`` field on the returned setting means the writer
accepts ``None`` to delete the persisted entry; ``vision_model`` /
``reranker_model`` report ``nullable=false`` even though an empty
string clears them.
Args:
key: Setting name (e.g. ``"top_k"``, ``"chunk_size"``,
``"chat_model"``). Use ``settings_list`` to discover keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||