FunctionResponsePart interface

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

서명:

export interface FunctionResponsePart 

속성

속성 유형 설명
함수 호출 예약되지 않음
functionResponse 함수 응답
inlineData 예약되지 않음
text 예약되지 않음

FunctionResponsePart.functionCall

서명:

functionCall?: never;

FunctionResponsePart.functionResponse

서명:

functionResponse: FunctionResponse;

함수 응답부.인라인 데이터

서명:

inlineData?: never;

함수ResponsePart.text

서명:

text?: never;