FunctionCallPart interface

如果部分代表 FunctionCall,則內容部分介面。

簽名:

export interface FunctionCallPart 

屬性

屬性 類型 說明
functionCall FunctionCall (函式呼叫)
functionResponse 永不
內嵌資料 永不
文字 永不

FunctionCallPart.functionCall

簽名:

functionCall: FunctionCall;

函式呼叫

簽名:

functionResponse?: never;

FunctionCallPart.inlineData

簽名:

inlineData?: never;

函式呼叫部分.text

簽名:

text?: never;