FunctionResponsePart interface

부분이 FunctionResponse를 나타내는 경우 콘텐츠 파트 인터페이스입니다.

서명:

export interface FunctionResponsePart 

속성

속성 유형 설명
함수 호출 예약되지 않음
함수 응답 함수 응답
인라인 데이터 예약되지 않음
텍스트 예약되지 않음

함수 응답파트.함수 호출

서명:

functionCall?: never;

FunctionResponsePart.functionResponse

서명:

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

서명:

inlineData?: never;

함수 응답파트.텍스트

서명:

text?: never;