Home > @google/generative-ai > StartChatParams
Params for GenerativeModel.startChat().
Signature:
export interface StartChatParams extends BaseParams
Extends: BaseParams
Property | Modifiers | Type | Description |
---|---|---|---|
history? | Content[] | (Optional) | |
systemInstruction? | Content | (Optional) | |
toolConfig? | ToolConfig | (Optional) | |
tools? | Tool[] | (Optional) |