chore: changing docstring

This commit is contained in:
hajdul88 2025-08-13 15:20:24 +02:00
parent 7af4775c56
commit 66d2c75128

View file

@ -5,7 +5,7 @@ from fastapi import status
class NoRelevantDataError(CogneeValidationError):
"""
Represents an error when no relevant data is found during a search. This class is a
subclass of CogneeApiError.
subclass of CogneeValidationError.
Public methods: