assistant. _| 参数 | 类型 | 描述 |
|---|---|---|
| id | string | 标识符,可以在API端点中引用 |
| object | string | 对象类型,总是assistant.file |
| created_at | integer | 创建助手文件时的Unix时间戳(秒) |
| assistant_id | string | 文件附加到的助手ID |
{
"id": "file-wB6RM6wHdA49HfS2DJ9fEyrH",
"object": "assistant.file",
"created_at": 1699055364,
"assistant_id": "asst_FBOFvAOHhwEWMghbMGseaPGQ"
}