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:
Lynn
2026-03-13 15:38:35 +08:00
committed by GitHub
parent 5c955a31cc
commit 02070bab2a
5 changed files with 15 additions and 7 deletions

View File

@@ -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,