SongGuess
Preparing search index...
server/worker-configuration
ResponseInputItemFunctionCallOutput
Type Alias ResponseInputItemFunctionCallOutput
type
ResponseInputItemFunctionCallOutput
=
{
call_id
:
string
;
id
?:
string
|
null
;
output
:
string
|
ResponseFunctionCallOutputItemList
;
status
?:
"in_progress"
|
"completed"
|
"incomplete"
|
null
;
type
:
"function_call_output"
;
}
Index
Properties
call_
id
id?
output
status?
type
Properties
call_
id
call_id
:
string
Optional
id
id
?:
string
|
null
output
output
:
string
|
ResponseFunctionCallOutputItemList
Optional
status
status
?:
"in_progress"
|
"completed"
|
"incomplete"
|
null
type
type
:
"function_call_output"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call_
id
id
output
status
type
SongGuess
Loading...