settings_get
Retrieve the current value and metadata for a specific lilbee setting, such as 'top_k' or 'chat_model'. Use this to inspect configuration parameters.
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 | |||