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 bc87101 commit 56932b3Copy full SHA for 56932b3
apps/application/views/application_chat.py
@@ -134,9 +134,5 @@ class ChatView(APIView):
134
responses=None,
135
tags=[_('Application')] # type: ignore
136
)
137
- @has_permissions(
138
- PermissionConstants.APPLICATION_DEBUG,
139
- RoleConstants.USER.get_workspace_role(),
140
- RoleConstants.WORKSPACE_MANAGE.get_workspace_role())
141
def post(self, request: Request, chat_id: str):
142
return DebugChatSerializers(data={'chat_id': chat_id}).chat(request.data)
0 commit comments