MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / BatchMoveSerializer

Class BatchMoveSerializer

apps/knowledge/serializers/common.py:65–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 error_id_list=error_id_list))
64
65class BatchMoveSerializer(BatchSerializer):
66 folder_id = serializers.CharField(required=True, label=_('folder id'))
67
68class ProblemParagraphObject:
69 def __init__(self, knowledge_id: str, document_id: str, paragraph_id: str, problem_content: str):

Callers 3

batch_moveMethod · 0.90
batch_moveMethod · 0.90
batch_moveMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected