StartChatParams interface

GenerativeModel.startChat() のパラメータ。

署名:

export interface StartChatParams extends BaseParams 

拡張: BaseParams

プロパティ

プロパティ 説明
歴史 コンテンツ[]
systemInstruction 文字列 |パート |コンテンツ
toolConfig ToolConfig
ツール ツール[]

StartChatParams.history

署名:

history?: Content[];

StartChatParams.systemInstruction

署名:

systemInstruction?: string | Part | Content;

StartChatParams.toolConfig

署名:

toolConfig?: ToolConfig;

StartChatParams.tools

署名:

tools?: Tool[];