From 66d2c7512811bcb38ed9ffa31d81753d1a916d2a Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:20:24 +0200 Subject: [PATCH] chore: changing docstring --- cognee/tasks/completion/exceptions/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tasks/completion/exceptions/exceptions.py b/cognee/tasks/completion/exceptions/exceptions.py index 5052e2a77..e5ab5b67c 100644 --- a/cognee/tasks/completion/exceptions/exceptions.py +++ b/cognee/tasks/completion/exceptions/exceptions.py @@ -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: