From 236ca499981358c97a64a4b7d109402761139466 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 11:47:00 +0100 Subject: [PATCH] docs: clarify memory search input type help --- src/config/schema.help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/schema.help.ts b/src/config/schema.help.ts index eefcd8b54cb..c372ebcb176 100644 --- a/src/config/schema.help.ts +++ b/src/config/schema.help.ts @@ -1001,7 +1001,7 @@ export const FIELD_HELP: Record = { "agents.defaults.memorySearch.model": "Embedding model override used by the selected memory provider when a non-default model is required. Set this only when you need explicit recall quality/cost tuning beyond provider defaults.", "agents.defaults.memorySearch.inputType": - "Optional provider-specific `input_type` value forwarded to compatible embedding requests when the same label should apply to both query and document embeddings. For asymmetric providers, prefer queryInputType and documentInputType.", + "Use this optional provider-specific `input_type` value when the same label should apply to both query and document embedding requests. For asymmetric providers, prefer queryInputType and documentInputType.", "agents.defaults.memorySearch.queryInputType": "Optional provider-specific `input_type` value for query-time memory embeddings. Use this with OpenAI-compatible asymmetric embedding endpoints that require a query label.", "agents.defaults.memorySearch.documentInputType":