Params for GenerativeModel.startChat().
Signature:
export interface StartChatParams extends BaseParams
Extends: BaseParams
Properties
| Property | Type | Description |
|---|---|---|
| history | Content[] | |
| systemInstruction | string | Part | Content | |
| toolConfig | ToolConfig | |
| tools | Tool[] |
StartChatParams.history
Signature:
history?: Content[];
StartChatParams.systemInstruction
Signature:
systemInstruction?: string | Part | Content;
StartChatParams.toolConfig
Signature:
toolConfig?: ToolConfig;
StartChatParams.tools
Signature:
tools?: Tool[];