config_id字段改成UUID

This commit is contained in:
lixinyue
2026-01-22 20:48:51 +08:00
parent 6bd7b2b8bb
commit 940d3d4567

View File

@@ -171,6 +171,7 @@ async def write_server(
storage_type,
user_rag_memory_id
)
return success(data=result, msg="写入成功")
except BaseException as e:
# Handle ExceptionGroup from TaskGroup (Python 3.11+) or BaseExceptionGroup