StartChatParams interface

معلمات GenerativeModel.startChat().

Signature:

export interface StartChatParams extends BaseParams 

توسيع: BaseParams

أماكن إقامة

الموقع Type الوصف
السجلّ المحتوى[]
systemInstruction سلسلة | الجزء | المحتوى
إعداد الأداة إعداد الأدوات
الأدوات الأداة[]

سجلّ StartChatParams.

Signature:

history?: Content[];

StartChatParams.systemInstruction

Signature:

systemInstruction?: string | Part | Content;

أداة StartChatParams.toolsConfig

Signature:

toolConfig?: ToolConfig;

أداة StartChatParams.tools

Signature:

tools?: Tool[];