Member Junction
Preparing search index...
@memberjunction/ai-realtime-client
OAIProtocolFunctionCallOutputItem
Interface OAIProtocolFunctionCallOutputItem
The output of an executed function (tool) call, correlated by
call_id
.
interface
OAIProtocolFunctionCallOutputItem
{
call_id
:
string
;
output
:
string
;
type
:
"function_call_output"
;
}
Index
Properties
call_
id
output
type
Properties
call_
id
call_id
:
string
output
output
:
string
type
type
:
"function_call_output"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call_
id
output
type
Member Junction
Loading...
The output of an executed function (tool) call, correlated by
call_id.