Share via


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

Reserved for future use.

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

Reserved for future use.

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