Skip to content

Commit

Permalink
update status description (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
drf7 authored Jan 31, 2025
1 parent 1131103 commit 5290dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb_models/src/nucliadb_models/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ class SyncAskResponse(BaseModel):
)
status: str = Field(
title="Status",
description="The status of the query execution. It can be 'success', 'error' or 'no_context'", # noqa: E501
description="The status of the query execution. It can be 'success', 'error', 'no_context' or 'no_retrieval_data'", # noqa: E501
)
retrieval_results: KnowledgeboxFindResults = Field(
title="Retrieval results",
Expand Down

0 comments on commit 5290dc5

Please sign in to comment.