fix(doctor): use recall_mode instead of memory_mode on HonchoClientConfig

This commit is contained in:
Simon Brumfield 2026-04-06 17:39:52 -04:00 committed by Teknium
parent e7698521e7
commit e131f13662

View file

@ -836,7 +836,7 @@ def run_doctor(args):
get_honcho_client(hcfg)
check_ok(
"Honcho connected",
f"workspace={hcfg.workspace_id} mode={hcfg.memory_mode} freq={hcfg.write_frequency}",
f"workspace={hcfg.workspace_id} mode={hcfg.recall_mode} freq={hcfg.write_frequency}",
)
except Exception as _e:
check_fail("Honcho connection failed", str(_e))