mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
refactor(honcho): list per-session first among session strategies
This commit is contained in:
parent
35099685be
commit
220e7ca274
1 changed files with 1 additions and 1 deletions
|
|
@ -101,9 +101,9 @@ CONFIG_SCHEMA = ProviderConfigSchema(
|
|||
default="per-directory",
|
||||
description="How conversations map to Honcho sessions.",
|
||||
options=(
|
||||
ProviderFieldOption("per-session", "Per session"),
|
||||
ProviderFieldOption("per-directory", "Per directory"),
|
||||
ProviderFieldOption("per-repo", "Per repo"),
|
||||
ProviderFieldOption("per-session", "Per session"),
|
||||
ProviderFieldOption("global", "Global"),
|
||||
),
|
||||
inline=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue