React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
TextPart
Interface TextPart
Content part interface if the part represents a text string.
interface
TextPart
{
codeExecutionResult
?:
undefined
;
executableCode
?:
undefined
;
functionCall
?:
undefined
;
functionResponse
?:
undefined
;
inlineData
?:
undefined
;
text
:
string
;
thought
?:
boolean
;
thoughtSignature
?:
string
;
}
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
Optional
function
Response
functionResponse
?:
undefined
Optional
inline
Data
inlineData
?:
undefined
text
text
:
string
Optional
thought
thought
?:
boolean
Optional
Internal
thought
Signature
thoughtSignature
?:
string
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 text string.