ResponseFileSearchCallItem interface

A response item that represents a file search call.

Extends

Properties

id

The unique ID of the file search tool call.

queries

The queries used for the file search.

results

The results of the file search.

status

The status of the file search tool call.

type

The type of the item. Always 'file_search_call'.

Inherited Properties

object

Property Details

id

The unique ID of the file search tool call.

id?: string

Property Value

string

queries

The queries used for the file search.

queries?: string[]

Property Value

string[]

results

The results of the file search.

results?: FileSearchResult[]

Property Value

status

The status of the file search tool call.

status: string

Property Value

string

type

The type of the item. Always 'file_search_call'.

type: "file_search_call"

Property Value

"file_search_call"

Inherited Property Details

object

object?: "realtime.item"

Property Value

"realtime.item"

Inherited From ResponseItem.object