FunctionCallPart interface

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

서명:

export interface FunctionCallPart 

속성

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

FunctionCallPart.functionCall

서명:

functionCall: FunctionCall;

FunctionCallPart.functionResponse

서명:

functionResponse?: never;

FunctionCallPart.inlineData

서명:

inlineData?: never;

FunctionCallPart.text

서명:

text?: never;