Skip to content

Commit ae30052

Browse files
authored
docs: Delete the conversation log history_day parameter #3159 (#3699)
1 parent 55a7d73 commit ae30052

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/application/swagger_api/chat_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,6 @@ def get_request_params_api():
326326
type=openapi.TYPE_STRING,
327327
required=True,
328328
description=_('Application ID')),
329-
openapi.Parameter(name='history_day',
330-
in_=openapi.IN_QUERY,
331-
type=openapi.TYPE_NUMBER,
332-
required=True,
333-
description=_('Historical days')),
334329
openapi.Parameter(name='abstract', in_=openapi.IN_QUERY, type=openapi.TYPE_STRING, required=False,
335330
description=_("abstract")),
336331
openapi.Parameter(name='min_star', in_=openapi.IN_QUERY, type=openapi.TYPE_INTEGER, required=False,

0 commit comments

Comments
 (0)