Skip to content

Commit 0d22512

Browse files
author
yuan.wang
committed
fix bug
1 parent 275b9b6 commit 0d22512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/multi_mem_cube/single_cube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def _fast_search(
437437
search_tool_memory=search_req.search_tool_memory,
438438
tool_mem_top_k=search_req.tool_mem_top_k,
439439
# TODO: tmp field for playground search goal parser, will be removed later
440-
playground_search_goal_parser=search_req.playground_search_goal_parser,
440+
playground_search_goal_parser=search_req.get("playground_search_goal_parser", None),
441441
)
442442

443443
formatted_memories = [format_memory_item(data) for data in search_results]

0 commit comments

Comments
 (0)