docs(config): document session_search auxiliary controls

This commit is contained in:
helix4u 2026-04-19 13:11:22 -06:00 committed by Teknium
parent 6ab78401c9
commit afba54364e
3 changed files with 64 additions and 0 deletions

View file

@ -366,6 +366,18 @@ compression:
# web_extract:
# provider: "auto"
# model: ""
#
# # Session search — summarizes matching past sessions
# session_search:
# provider: "auto"
# model: ""
# timeout: 30
# max_concurrency: 3 # Limit parallel summaries to reduce request-burst 429s
# extra_body: {} # Provider-specific OpenAI-compatible request fields
# # Example for providers that support request-body
# # reasoning controls:
# # extra_body:
# # enable_thinking: false
# =============================================================================
# Persistent Memory