Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/models/interactions/function-result-delta
FunctionResultDelta
Type Alias FunctionResultDelta
FunctionResultDelta
:
{
call_id
:
string
;
is_error
?:
boolean
;
name
?:
string
;
result
:
FunctionResultDeltaResult
|
FunctionResultSubcontent
[]
|
string
;
type
:
"function_result"
;
}
Type declaration
call_id
:
string
Required. ID to match the ID from the function call block.
Optional
is_error
?:
boolean
Optional
name
?:
string
result
:
FunctionResultDeltaResult
|
FunctionResultSubcontent
[]
|
string
type
:
"function_result"
Settings
Theme
OS
Light
Dark
@google/genai
Loading...
Required. ID to match the ID from the function call block.