创建辅助文件
POST
https://api.openai.com/v1/assistants/{assistant_id}/files请求参数
Path 参数
assistant_id
string
必需
助手应使用的文件ID (带有)。purpose="assistants"
对于诸如retrieval
和code_interpreter
之类可以访问文件的工具很有用。
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
必需
object
string
必需
created_at
integer
必需
assistant_id
string
必需
示例
{
"id": "file-wB6RM6wHdA49HfS2DJ9fEyrH",
"object": "assistant.file",
"created_at": 1699055364,
"assistant_id": "asst_FBOFvAOHhwEWMghbMGseaPGQ"
}
最后修改时间: 1 年前