memorySearch "invalid input"
{"0":"- agents.list.0.memorySearch.provider: Invalid input","_meta":{"runtime":"node","runtimeVersion":"22.22.0","hostname":"unknown","name":"clawdbot","date":"2026-01-19T05:10:45.453Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/dasilva333/clawdbot_baseline/dist/logging/console.js:120:24","fileName":"console.js","fileNameWithLine":"console.js:120","fileColumn":"24","fileLine":"120","filePath":"clawdbot_baseline/dist/logging/console.js","filePathWithLine":"clawdbot_baseline/dist/logging/console.js:120","method":"console.error"}},"time":"2026-01-19T05:10:45.454Z"}
not sure how to get more information than that, this is my configuration block:
"memorySearch": {
"enabled": true,
"provider": "gemini",
"model": "models/text-embedding-004",
"remote": {
"apiKey": "[REDACTED]-bPyo9BkQUQ",
"batch": {
"enabled": true,
"concurrency": 5
}
},
"query": {
"hybrid": {
"enabled": true,
"vectorWeight": 0.7,
"textWeight": 0.3
}
},
"cache": {
"enabled": true,
"maxEntries": 50000
}
},
not sure how to get more information than that, this is my configuration block:
"memorySearch": {
"enabled": true,
"provider": "gemini",
"model": "models/text-embedding-004",
"remote": {
"apiKey": "[REDACTED]-bPyo9BkQUQ",
"batch": {
"enabled": true,
"concurrency": 5
}
},
"query": {
"hybrid": {
"enabled": true,
"vectorWeight": 0.7,
"textWeight": 0.3
}
},
"cache": {
"enabled": true,
"maxEntries": 50000
}
},
