ServerEventResponseWebSearchCallInProgress interface

Returned when a web search call is in progress.

Extends

Properties

itemId

The ID of the item.

outputIndex

The index of the output item in the response.

responseId

The ID of the response.

sequenceNumber

The sequence number of the web search call.

type

The event type, must be response.web_search_call.in_progress.

Inherited Properties

eventId

Property Details

itemId

The ID of the item.

itemId: string

Property Value

string

outputIndex

The index of the output item in the response.

outputIndex: number

Property Value

number

responseId

The ID of the response.

responseId: string

Property Value

string

sequenceNumber

The sequence number of the web search call.

sequenceNumber: number

Property Value

number

type

The event type, must be response.web_search_call.in_progress.

type: "response.web_search_call.in_progress"

Property Value

"response.web_search_call.in_progress"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId