mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
refactor: remove unused multi_select_cursor_brackets_style in prompt_checklist function
- Eliminated the multi_select_cursor_brackets_style parameter from the prompt_checklist function, simplifying the code and improving clarity in the multi-select user interface.
This commit is contained in:
parent
6447a6020c
commit
4d1f2ea522
1 changed files with 0 additions and 1 deletions
|
|
@ -174,7 +174,6 @@ def prompt_checklist(title: str, items: list, pre_selected: list = None) -> list
|
|||
multi_select=True,
|
||||
show_multi_select_hint=True,
|
||||
multi_select_cursor="[✓] ",
|
||||
multi_select_cursor_brackets_style=("", ""),
|
||||
multi_select_select_on_accept=False,
|
||||
multi_select_empty_ok=True,
|
||||
preselected_entries=preselected if preselected else None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue