fix: When the workflow does not respond, there is an error in the historical chat record data (#4282)
parent
a1898e837a
commit
28001613f8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue