Package version:

Interface BingGroundingToolDefinition

The input definition information for a bing grounding search tool as used to configure an agent.

interface BingGroundingToolDefinition {
    bingGrounding: BingGroundingSearchConfigurationList;
    type: "bing_grounding";
}

Hierarchy (view full)

Properties

Properties

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

type

The object type, which is always 'bing_grounding'.