chore: update config help baseline

This commit is contained in:
Peter Steinberger
2026-04-27 11:51:51 +01:00
parent 6ae2e9e9dc
commit 4f7498f6df
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
6bd751bdfd55d644e8a83c575c4db8f67efae00df772c71553b7e7673c5ccc13 config-baseline.json
2bf9795740688c55b8ac50ecbfe954c3d3b0dce0a17b08e89a9385d56e197bee config-baseline.core.json
1007d795926cef7568a93ed600c22304099c0559cf1b46392dbd8e863f248700 config-baseline.json
37ce9efbc441fc91fbc344b7b5e1460ecc9344f45187ba37019ab40d81765bb7 config-baseline.core.json
07963db49502132f26db396c56b36e018b110e6c55a68b3cb012d3ec96f43901 config-baseline.channel.json
ed65cefbef96f034ce2b73069d9d5bacc341a43489ff9b20a34d40956b877f79 config-baseline.plugin.json

View File

@@ -4412,7 +4412,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
minLength: 1,
title: "Memory Search Input Type",
description:
"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.",
},
queryInputType: {
type: "string",
@@ -26083,7 +26083,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
},
"agents.defaults.memorySearch.inputType": {
label: "Memory Search Input Type",
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.",
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.",
tags: ["advanced"],
},
"agents.defaults.memorySearch.queryInputType": {