Share via


ResponseFunctionCallOutputItem interface

A function call output item within a conversation.

Extends

Properties

callId
output
type

Inherited Properties

id
object

Property Details

callId

callId: string

Property Value

string

output

output: 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 ResponseItem.id

object

object?: "realtime.item"

Property Value

"realtime.item"

Inherited From ResponseItem.object