[fix] Fix the external write memory API

This commit is contained in:
lanceyq
2026-03-04 17:26:30 +08:00
parent 720498084b
commit efe3865aa4
2 changed files with 10 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ async def write_memory_api_service(
Stores memory content for the specified end user using the Memory API Service.
"""
logger.info(f"Memory write request - end_user_id: {payload.end_user_id}, tenant_id: {api_key_auth.tenant_id}")
logger.info(f"Memory write request - end_user_id: {payload.end_user_id}, workspace_id: {api_key_auth.workspace_id}")
memory_api_service = MemoryAPIService(db)