FileDataPart interface

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

簽名:

export interface FileDataPart 

屬性

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

檔案資料部分.fileData

簽名:

fileData: FileData;

FileDataPart.function 呼叫

簽名:

functionCall?: never;

FileDataPart.functionResponse

簽名:

functionResponse?: never;

檔案資料部分.inlineData

簽名:

inlineData?: never;

檔案資料部分.文字

簽名:

text?: never;