We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ab217 commit 0ca8db0Copy full SHA for 0ca8db0
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