RunStepBingCustomSearchToolCall interface

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

Extends

Properties

bingCustomSearch

The dictionary with request and response from Bing Custom Search tool.

type

The object type, which is always 'bing_custom_search'.

Inherited Properties

id

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

Property Details

bingCustomSearch

The dictionary with request and response from Bing Custom Search tool.

bingCustomSearch: Record<string, string>

Property Value

Record<string, string>

type

The object type, which is always 'bing_custom_search'.

type: "bing_custom_search"

Property Value

"bing_custom_search"

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