BingGroundingSearchConfiguration interface
Search configuration for Bing Grounding
Properties
connection |
Connection id for grounding with bing search |
count | The number of search results to return in the bing api response |
freshness | Filter search results by a specific time range. Accepted values: https://learn.microsoft.com/bing/search-apis/bing-web-search/reference/query-parameters |
market | The market where the results come from. |
set |
The language to use for user interface strings when calling Bing API. |
Property Details
connectionId
Connection id for grounding with bing search
connectionId: string
Property Value
string
count
The number of search results to return in the bing api response
count?: number
Property Value
number
freshness
Filter search results by a specific time range. Accepted values: https://learn.microsoft.com/bing/search-apis/bing-web-search/reference/query-parameters
freshness?: string
Property Value
string
market
The market where the results come from.
market?: string
Property Value
string
setLang
The language to use for user interface strings when calling Bing API.
setLang?: string
Property Value
string