FunctionCallPart interface

內容部分介面 (如果部分代表 FunctionCall)。

簽名:

export interface FunctionCallPart 

屬性

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

函式 CallPart.functionCall

簽名:

functionCall: FunctionCall;

函式 CallPart.functionResponse

簽名:

functionResponse?: never;

函式 CallPart.inlineData

簽名:

inlineData?: never;

函式 CallPart.text

簽名:

text?: never;