Share via


ResponseFunctionCallItem interface

A function call item within a conversation.

Extends

Properties

arguments
callId
name
status
type

Inherited Properties

id
object

Property Details

arguments

arguments: string

Property Value

string

callId

callId: string

Property Value

string

name

name: string

Property Value

string

status

status: string

Property Value

string

type

type: "function_call"

Property Value

"function_call"

Inherited Property Details

id

id?: string

Property Value

string

Inherited From ResponseItem.id

object

object?: "realtime.item"

Property Value

"realtime.item"

Inherited From ResponseItem.object