React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
FunctionResponsePart
Interface FunctionResponsePart
Content part interface if the part represents
FunctionResponse
.
interface
FunctionResponsePart
{
codeExecutionResult
?:
undefined
;
executableCode
?:
undefined
;
functionCall
?:
undefined
;
functionResponse
:
FunctionResponse
;
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
Optional
function
Call
functionCall
?:
undefined
function
Response
functionResponse
:
FunctionResponse
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 FunctionResponse.