mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: Modify openAPI description (#3231)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
This commit is contained in:
parent
87ab2178bf
commit
e0bfe0cd73
|
|
@ -27,9 +27,9 @@ class ApplicationChatRecord(APIView):
|
|||
|
||||
@extend_schema(
|
||||
methods=['GET'],
|
||||
description=_("Get the conversation list"),
|
||||
summary=_("Get the conversation list"),
|
||||
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
|
||||
request=ApplicationChatRecordQueryAPI.get_request(),
|
||||
parameters=ApplicationChatRecordQueryAPI.get_parameters(),
|
||||
responses=ApplicationChatRecordQueryAPI.get_response(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue