React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/ai
LiveModelParams
Interface LiveModelParams
Beta
Params passed to
getLiveGenerativeModel
.
interface
LiveModelParams
{
generationConfig
?:
LiveGenerationConfig
;
model
:
string
;
systemInstruction
?:
string
|
Content
|
Part
;
toolConfig
?:
ToolConfig
;
tools
?:
Tool
[]
;
}
Index
Properties
generation
Config?
model
system
Instruction?
tool
Config?
tools?
Properties
Optional
Beta
generation
Config
generationConfig
?:
LiveGenerationConfig
Beta
model
model
:
string
Optional
Beta
system
Instruction
systemInstruction
?:
string
|
Content
|
Part
Optional
Beta
tool
Config
toolConfig
?:
ToolConfig
Optional
Beta
tools
tools
?:
Tool
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
generation
Config
model
system
Instruction
tool
Config
tools
Documentation
GitHub
npm
React Native Firebase
Loading...
Params passed to getLiveGenerativeModel.