React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
StartChatParams
Interface StartChatParams
Params for
GenerativeModel.startChat
.
interface
StartChatParams
{
generationConfig
?:
GenerationConfig
;
history
?:
Content
[]
;
safetySettings
?:
SafetySetting
[]
;
systemInstruction
?:
string
|
Content
|
Part
;
toolConfig
?:
ToolConfig
;
tools
?:
Tool
[]
;
}
Hierarchy (
View Summary
)
BaseParams
StartChatParams
Index
Properties
generation
Config?
history?
safety
Settings?
system
Instruction?
tool
Config?
tools?
Properties
Optional
generation
Config
generationConfig
?:
GenerationConfig
Optional
history
history
?:
Content
[]
Optional
safety
Settings
safetySettings
?:
SafetySetting
[]
Optional
system
Instruction
systemInstruction
?:
string
|
Content
|
Part
Optional
tool
Config
toolConfig
?:
ToolConfig
Optional
tools
tools
?:
Tool
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
generation
Config
history
safety
Settings
system
Instruction
tool
Config
tools
Documentation
GitHub
npm
React Native Firebase
Loading...
Params for GenerativeModel.startChat.