We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ab217 commit e0bfe0cCopy full SHA for e0bfe0c
apps/application/views/application_chat_record.py
@@ -27,9 +27,9 @@ class ApplicationChatRecord(APIView):
27
28
@extend_schema(
29
methods=['GET'],
30
- description=_("Get the conversation list"),
31
- summary=_("Get the conversation list"),
32
- operation_id=_("Get the conversation list"), # type: ignore
+ description=_("Get the conversation record list"),
+ summary=_("Get the conversation record list"),
+ operation_id=_("Get the conversation record list"), # type: ignore
33
request=ApplicationChatRecordQueryAPI.get_request(),
34
parameters=ApplicationChatRecordQueryAPI.get_parameters(),
35
responses=ApplicationChatRecordQueryAPI.get_response(),
0 commit comments