Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.03 KB

File metadata and controls

12 lines (9 loc) · 3.03 KB

FeedRequestOptions

Fields

Field Type Required Description
result_size int ✔️ Number of results asked in response. If a result is a collection, counts as one.
timezone_offset Optional[int] The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC.
category_to_result_size Dict[str, models.CategoryToResultSize] Mapping from category to number of results asked for the category.
datasource_filter List[str] Datasources for which content should be included. Empty is for all.
chat_zero_state_suggestion_options Optional[models.ChatZeroStateSuggestionOptions] N/A