React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
FunctionCallPart
Interface FunctionCallPart
Content part interface if the part represents a
FunctionCall
.
interface
FunctionCallPart
{
codeExecutionResult
?:
undefined
;
executableCode
?:
undefined
;
functionCall
:
FunctionCall
;
functionResponse
?:
undefined
;
inlineData
?:
undefined
;
text
?:
undefined
;
thought
?:
boolean
;
thoughtSignature
?:
undefined
;
}
Index
Properties
code
Execution
Result?
executable
Code?
function
Call
function
Response?
inline
Data?
text?
thought?
thought
Signature?
Properties
Optional
code
Execution
Result
codeExecutionResult
?:
undefined
Optional
executable
Code
executableCode
?:
undefined
function
Call
functionCall
:
FunctionCall
Optional
function
Response
functionResponse
?:
undefined
Optional
inline
Data
inlineData
?:
undefined
Optional
text
text
?:
undefined
Optional
thought
thought
?:
boolean
Optional
Internal
thought
Signature
thoughtSignature
?:
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
Execution
Result
executable
Code
function
Call
function
Response
inline
Data
text
thought
thought
Signature
Documentation
GitHub
npm
React Native Firebase
Loading...
Content part interface if the part represents a FunctionCall.