We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250396e commit 2e3ad3aCopy full SHA for 2e3ad3a
src/paperqa/types.py
@@ -227,8 +227,8 @@ class Context(BaseModel):
227
context: Annotated[str, StringConstraints(strip_whitespace=True)] = Field(
228
description=(
229
"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)."
+ " Can be an empty string if a summary is not useful/irrelevant"
+ " (which should be paired with a score of 0)."
232
)
233
234
question: str | None = Field(
0 commit comments