chore: changing docstring
This commit is contained in:
parent
7af4775c56
commit
66d2c75128
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from fastapi import status
|
||||||
class NoRelevantDataError(CogneeValidationError):
|
class NoRelevantDataError(CogneeValidationError):
|
||||||
"""
|
"""
|
||||||
Represents an error when no relevant data is found during a search. This class is a
|
Represents an error when no relevant data is found during a search. This class is a
|
||||||
subclass of CogneeApiError.
|
subclass of CogneeValidationError.
|
||||||
|
|
||||||
Public methods:
|
Public methods:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue