StartChatParams interface

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

서명:

export interface StartChatParams extends BaseParams 

확장: BaseParams

속성

속성 유형 설명
기록 콘텐츠[]
system 안내 문자열 | 부품 | 콘텐츠
도구 구성 도구 구성
도구 도구[]

StartChatParams.history

서명:

history?: Content[];

StartChatParams.system 안내

서명:

systemInstruction?: string | Part | Content;

StartChatParams.toolConfig를 시작할 수 있음

서명:

toolConfig?: ToolConfig;

StartChatParams.tools

서명:

tools?: Tool[];