memU icon indicating copy to clipboard operation
memU copied to clipboard

include_categories field in RelatedMemoryItemsRequest not work

Open sugopher opened this issue 4 months ago • 0 comments

include_categories field in related-memory-items not worked. it is only used in RelatedMemoryItemsResponse

   @router.post("/retrieve/related-memory-items", response_model=RelatedMemoryItemsResponse)
   async def retrieve_related_memory_items(
    request: RelatedMemoryItemsRequest,
    memory_svc: MemoryService = Depends(get_memory_service),
)

sugopher avatar Aug 28 '25 12:08 sugopher