fix: When the workflow does not respond, there is an error in the historical chat record data (#4282)

v3.2
shaohuzhang1 2025-10-29 13:43:02 +08:00 committed by GitHub
parent a1898e837a
commit 28001613f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
import uuid_utils.compat as uuid
from django.contrib.postgres.fields import ArrayField
from django.db import models
from django.utils.translation import gettext_lazy as _
from django.utils.translation import gettext as _
from langchain_core.messages import HumanMessage, AIMessage
from application.models import Application