React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
ModelParams
Interface ModelParams
Params passed to
getGenerativeModel
.
interface
ModelParams
{
generationConfig
?:
GenerationConfig
;
model
:
string
;
safetySettings
?:
SafetySetting
[]
;
systemInstruction
?:
string
|
Content
|
Part
;
toolConfig
?:
ToolConfig
;
tools
?:
Tool
[]
;
}
Hierarchy (
View Summary
)
BaseParams
ModelParams
Index
Properties
generation
Config?
model
safety
Settings?
system
Instruction?
tool
Config?
tools?
Properties
Optional
generation
Config
generationConfig
?:
GenerationConfig
model
model
:
string
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
model
safety
Settings
system
Instruction
tool
Config
tools
Documentation
GitHub
npm
React Native Firebase
Loading...
Params passed to getGenerativeModel.