feat: refactor: refactor from ChatflowHistoryService and ChatflowMemoryService

This commit is contained in:
Stream
2025-08-22 15:33:45 +08:00
parent f72ed4898c
commit 4d2fc66a8d
7 changed files with 80 additions and 147 deletions

View File

@ -1,6 +1,6 @@
from datetime import datetime
from enum import Enum
from typing import Any, Optional
from typing import Optional
from uuid import uuid4
from pydantic import BaseModel, Field