

























@@ -4412,7 +4412,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
44124412 minLength: 1,
44134413 title: "Memory Search Input Type",
44144414 description:
4415-"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.",
4415+"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.",
44164416 },
44174417 queryInputType: {
44184418 type: "string",
@@ -26083,7 +26083,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
2608326083 },
2608426084"agents.defaults.memorySearch.inputType": {
2608526085 label: "Memory Search Input Type",
26086- help: "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.",
26086+ help: "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.",
2608726087 tags: ["advanced"],
2608826088 },
2608926089"agents.defaults.memorySearch.queryInputType": {
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。