SongGuess
Preparing search index...
server/worker-configuration
ResponseFunctionToolCallOutputItem
Type Alias ResponseFunctionToolCallOutputItem
type
ResponseFunctionToolCallOutputItem
=
{
call_id
:
string
;
id
:
string
;
output
:
string
|
(
ResponseInputText
|
ResponseInputImage
)
[]
;
status
?:
"in_progress"
|
"completed"
|
"incomplete"
;
type
:
"function_call_output"
;
}
Index
Properties
call_
id
id
output
status?
type
Properties
call_
id
call_id
:
string
id
id
:
string
output
output
:
string
|
(
ResponseInputText
|
ResponseInputImage
)
[]
Optional
status
status
?:
"in_progress"
|
"completed"
|
"incomplete"
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...