Share via


FunctionCallItem interface

A function call item within a conversation.

Extends

Properties

arguments
callId
name
status
type

Inherited Properties

id

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 ConversationRequestItem.id