Package version:

Interface BingCustomSearchToolDefinition

The input definition information for a Bing custom search tool as used to configure an agent.

interface BingCustomSearchToolDefinition {
    bingCustomSearch: BingCustomSearchConfigurationList;
    type: "bing_custom_search";
}

Hierarchy (view full)

Properties

The list of search configurations used by the bing custom search tool.

type

The object type, which is always 'bing_custom_search'.