Manually trigger session processing to extract memories.
Force immediate processing of a session to extract long-term memories from the conversation history. The session must be in PENDING status. Processing analyzes messages, extracts key facts, and stores them as searchable memories.
Path Parameters:
custom_user_id (str): Unique identifier for the usersession_id (UUID): Session UUID to processReturns:
detail (str): Success confirmation message. Session status changes to PROCESSING, then PROCESSED when complete.