mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 15:11:08 +08:00
Feat: record user_id in memory (#13585)
### What problem does this PR solve? Get user_id from canvas and record it. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -291,6 +291,7 @@ async def search_message(filter_dict: dict, params: dict):
|
||||
"memory_id": list[str],
|
||||
"agent_id": str,
|
||||
"session_id": str
|
||||
"user_id": str
|
||||
}
|
||||
:param params: {
|
||||
"query": str,
|
||||
|
||||
Reference in New Issue
Block a user