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 da0d633 commit ef15d81Copy full SHA for ef15d81
apps/application/serializers/application.py
@@ -827,7 +827,6 @@ def list_knowledge(self, with_valid=True):
827
QuerySet(Knowledge).filter(id__in=inner)]
828
workspace_knowledge_list = [{**k, 'scope': 'WORKSPACE'} for k in KnowledgeSerializer.Query(
829
data={
830
- 'folder_id': 'default',
831
'workspace_id': workspace_id,
832
'scope': KnowledgeScope.WORKSPACE,
833
'user_id': user_id
0 commit comments