StartChatParams interface

GenerativeModel.startChat()의 매개변수입니다.

서명:

export interface StartChatParams extends BaseParams 

확장: BaseParams

속성

속성 유형 설명
기록 콘텐츠[]
systemInstruction 문자열 | 파트 | 콘텐츠
도구 구성 도구 구성
도구 도구[]

StartChatParams.history

서명:

history?: Content[];

StartChatParams.systemInstruction

서명:

systemInstruction?: string | Part | Content;

StartChatParams.toolConfig

서명:

toolConfig?: ToolConfig;

StartChatParams.tools

서명:

tools?: Tool[];