RunStepBingGroundingToolCall interface

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.

Extends

Properties

bingGrounding

The dictionary with request and response from Bing Grounding search tool.

type

The object type, which is always 'bing_grounding'.

Inherited Properties

id

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

Property Details

bingGrounding

The dictionary with request and response from Bing Grounding search tool.

bingGrounding: Record<string, string>

Property Value

Record<string, string>

type

The object type, which is always 'bing_grounding'.

type: "bing_grounding"

Property Value

"bing_grounding"

Inherited Property Details

id

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

id: string

Property Value

string

Inherited From RunStepToolCall.id