Skip to content

Commit 2e3ad3a

Browse files
committed
Adjusted wording in Context.context description to match
1 parent 250396e commit 2e3ad3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/paperqa/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ class Context(BaseModel):
227227
context: Annotated[str, StringConstraints(strip_whitespace=True)] = Field(
228228
description=(
229229
"Summary of the text with respect to a question."
230-
" Can be an empty string if a summary is not useful"
231-
" (which should accompany a score of 0)."
230+
" Can be an empty string if a summary is not useful/irrelevant"
231+
" (which should be paired with a score of 0)."
232232
)
233233
)
234234
question: str | None = Field(

0 commit comments

Comments
 (0)