React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
CodeExecutionResultPart
Interface CodeExecutionResultPart
Beta
Represents the code execution result from the model.
interface
CodeExecutionResultPart
{
codeExecutionResult
?:
CodeExecutionResult
;
executableCode
?:
undefined
;
fileData
:
never
;
functionCall
?:
undefined
;
functionResponse
?:
undefined
;
inlineData
?:
undefined
;
text
?:
undefined
;
thought
?:
undefined
;
thoughtSignature
?:
undefined
;
}
Index
Properties
code
Execution
Result?
executable
Code?
file
Data
function
Call?
function
Response?
inline
Data?
text?
thought?
thought
Signature?
Properties
Optional
Beta
code
Execution
Result
codeExecutionResult
?:
CodeExecutionResult
Optional
Beta
executable
Code
executableCode
?:
undefined
Beta
file
Data
fileData
:
never
Optional
Beta
function
Call
functionCall
?:
undefined
Optional
Beta
function
Response
functionResponse
?:
undefined
Optional
Beta
inline
Data
inlineData
?:
undefined
Optional
Beta
text
text
?:
undefined
Optional
Beta
thought
thought
?:
undefined
Optional
Internal
thought
Signature
thoughtSignature
?:
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
Execution
Result
executable
Code
file
Data
function
Call
function
Response
inline
Data
text
thought
thought
Signature
Documentation
GitHub
npm
React Native Firebase
Loading...
Represents the code execution result from the model.