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 a10a729 commit 2c6ea66Copy full SHA for 2c6ea66
asknews_sdk/api/wiki.py
@@ -70,7 +70,7 @@ async def search_wiki(
70
full_articles: bool = False,
71
hybrid_search: bool = False,
72
diversify: bool = False,
73
- string_guarantee: list[str] = None,
+ string_guarantee: List[str] = None,
74
include_main_section: bool = False,
75
*,
76
http_headers: Optional[Dict] = None,
0 commit comments