This commit is contained in:
hajdul88 2025-08-14 14:48:35 +02:00
parent affbc557d2
commit a7d7e12d4c

View file

@ -30,7 +30,7 @@ class InvalidChunkSizeError(CogneeValidationError):
class InvalidChunkerError(CogneeValidationError): class InvalidChunkerError(CogneeValidationError):
def __init__(self): def __init__(self):
super().__init__( super().__init__(
message=f"chunker must be a valid Chunker class.", message="chunker must be a valid Chunker class.",
name="InvalidChunkerError", name="InvalidChunkerError",
status_code=status.HTTP_400_BAD_REQUEST, status_code=status.HTTP_400_BAD_REQUEST,
) )