Added to prompt help

This commit is contained in:
2025-09-10 22:07:53 -07:00
parent b4758dd138
commit bddce23c76

View File

@@ -31,7 +31,7 @@ def print_recommendation(path: str | None, text: str, ctx: InferenceContext,
print(f"- {i}: {r} ({cat}-{subcat})")
if interactive_rename and path is not None:
response = input("(n#), t [text], c [cat], ?, q > ")
response = input("(n#), t [text], c [cat], b [search], ?, q > ")
if m := match(r'^([0-9]+)', response):
selection = int(m.group(1))