Share via


FunctionCallOutputItem interface

A function call output item within a conversation.

Extends

Properties

callId
output
status
type

Inherited Properties

id

Property Details

callId

callId: string

Property Value

string

output

output: string

Property Value

string

status

status?: string

Property Value

string

type

type: "function_call_output"

Property Value

"function_call_output"

Inherited Property Details

id

id?: string

Property Value

string

Inherited From ConversationRequestItem.id