Skip to content

Commit cb6404a

Browse files
fix: format memory-client.ts for biome
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e1eb6f8 commit cb6404a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/tools/src/shared/memory-client.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@ export const buildMemoriesText = async (
213213

214214
let userMemories = ""
215215
let generalSearchMemories = ""
216-
let rawSearchResults: Array<{ memory: string; metadata?: Record<string, unknown> }> = []
216+
let rawSearchResults: Array<{
217+
memory: string
218+
metadata?: Record<string, unknown>
219+
}> = []
217220

218221
if (useHybridSearch && queryText) {
219222
logger.info("Using hybrid search mode", {

0 commit comments

Comments
 (0)