Package version:

Interface RunStepBingGroundingToolCall

A record of a call to a bing grounding tool, issued by the model in evaluation of a defined tool, that represents executed search with bing grounding.

interface RunStepBingGroundingToolCall {
    bingGrounding: Record<string, string>;
    id: string;
    type: "bing_grounding";
}

Hierarchy (view full)

Properties

Properties

bingGrounding: Record<string, string>

Reserved for future use.

id: string

The ID of the tool call. This ID must be referenced when you submit tool outputs.

type

The object type, which is always 'bing_grounding'.