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 f558400 commit 0bfe385Copy full SHA for 0bfe385
asknews_sdk/dto/alert.py
@@ -16,7 +16,7 @@
16
17
18
class ReportParams(BaseModel):
19
- query: Optional[List[List[str, str]]] = Field(
+ query: Optional[List[List[str]]] = Field(
20
None,
21
description=(
22
"The optional prompt to use for report generation. The prompt should be a list of "
0 commit comments