Skip to content

Commit 2800161

Browse files
authored
fix: When the workflow does not respond, there is an error in the historical chat record data (#4282)
1 parent a1898e8 commit 2800161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/models/application_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import uuid_utils.compat as uuid
1010
from django.contrib.postgres.fields import ArrayField
1111
from django.db import models
12-
from django.utils.translation import gettext_lazy as _
12+
from django.utils.translation import gettext as _
1313
from langchain_core.messages import HumanMessage, AIMessage
1414

1515
from application.models import Application

0 commit comments

Comments
 (0)