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