We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275b9b6 commit 0d22512Copy full SHA for 0d22512
src/memos/multi_mem_cube/single_cube.py
@@ -437,7 +437,7 @@ def _fast_search(
437
search_tool_memory=search_req.search_tool_memory,
438
tool_mem_top_k=search_req.tool_mem_top_k,
439
# TODO: tmp field for playground search goal parser, will be removed later
440
- playground_search_goal_parser=search_req.playground_search_goal_parser,
+ playground_search_goal_parser=search_req.get("playground_search_goal_parser", None),
441
)
442
443
formatted_memories = [format_memory_item(data) for data in search_results]
0 commit comments