Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
StepDelta
FunctionResult
Interface FunctionResult
interface
FunctionResult
{
call_id
:
string
;
is_error
?:
boolean
;
name
?:
string
;
result
:
unknown
;
type
:
"function_result"
;
}
Index
Properties
call_
id
is_
error?
name?
result
type
Properties
call_
id
call_id
:
string
Required. ID to match the ID from the function call block.
Optional
is_
error
is_error
?:
boolean
Optional
name
name
?:
string
result
result
:
unknown
type
type
:
"function_result"
Settings
Theme
OS
Light
Dark
On This Page
Properties
call_
id
is_
error
name
result
type
@google/genai
Loading...
Required. ID to match the ID from the function call block.