Skip to content

Commit ab7a28c

Browse files
update(search): ai_overview response is None when set to false
1 parent 18ff889 commit ab7a28c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

jigsawstack/search.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ class SearchResponse(BaseResponse):
6060
ai_overview: Optional[str]
6161
"""
6262
AI-generated overview/summary of the search results
63-
or deep research results if enabled
63+
or deep research results if enabled.
64+
Returns None when ai_overview is disabled or unavailable.
6465
"""
6566

6667
results: List[Result]
@@ -205,7 +206,7 @@ class SearchParams(TypedDict):
205206

206207
ai_overview: NotRequired[bool]
207208
"""
208-
Whether to generate an AI-powered overview of the search results. Defaults to True.
209+
Whether to generate an AI-powered overview of the search results. Defaults to False.
209210
"""
210211

211212
byo_urls: NotRequired[List[str]]

0 commit comments

Comments
 (0)