Feedback memories for a specific user.
This endpoint uses the class-based FeedbackHandler for better code organization.
Request model for processing feedback info.
User ID
Chat history
Feedback content to process
Session ID for soft-filtering memories
Task ID for monitering async tasks
Retrieved memory ids at last turn
Feedback time
List of cube IDs user can write for multi-cube add
feedback mode: sync or async
sync, async Whether need return corrected answer
Additional metadata for the add request. All keys can be used as filters in search. Example: {'agent_id': 'xxxxxx', 'app_id': 'xxxx', 'source_type': 'web', 'source_url': 'https://www.baidu.com', 'source_content': 'West Lake is the most famous scenic spot in Hangzhou'}.
(Deprecated) Single cube ID to search in. Prefer readable_cube_ids for multi-cube search.