InputFile interface
表示可呼叫模型並使用工具的 助理。
屬性
bytes | 檔案的大小,以位元組為單位。 |
created |
Unix 時間戳,以秒為單位,表示建立此對象的時間。 |
filename | 檔案的名稱。 |
id | 可在 API 端點中參考的識別碼。 |
purpose | 檔案的預定用途。 |
屬性詳細資料
bytes
檔案的大小,以位元組為單位。
bytes: number
屬性值
number
createdAt
Unix 時間戳,以秒為單位,表示建立此對象的時間。
createdAt: Date
屬性值
Date
filename
檔案的名稱。
filename: string
屬性值
string
id
可在 API 端點中參考的識別碼。
id: string
屬性值
string
purpose
檔案的預定用途。
purpose: string
屬性值
string