你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Assistant interface
表示可调用模型并使用工具的助手。
属性
created |
Unix 时间戳(以秒为单位),表示创建此对象的时间。 |
description | 助手的说明。 |
file |
附加文件 ID 的列表,按创建日期按升序排序。 |
id | 可以在 API 终结点中引用的标识符。 |
instructions | 助手要使用的系统说明。 |
metadata | 一组最多可以附加到对象的 16 个键/值对,用于以结构化格式存储有关该对象的其他信息。 键的长度可能最多为 64 个字符,值长度可能最多为 512 个字符。 |
model | 要使用的模型的 ID。 |
name | 助手的名称。 |
tools | 为助手启用的工具集合。 |
属性详细信息
createdAt
Unix 时间戳(以秒为单位),表示创建此对象的时间。
createdAt: Date
属性值
Date
description
助手的说明。
description: null | string
属性值
null | string
fileIds
附加文件 ID 的列表,按创建日期按升序排序。
fileIds: string[]
属性值
string[]
id
可以在 API 终结点中引用的标识符。
id: string
属性值
string
instructions
助手要使用的系统说明。
instructions: null | string
属性值
null | string
metadata
一组最多可以附加到对象的 16 个键/值对,用于以结构化格式存储有关该对象的其他信息。 键的长度可能最多为 64 个字符,值长度可能最多为 512 个字符。
metadata?: null | Record<string, string>
属性值
null | Record<string, string>
model
要使用的模型的 ID。
model: string
属性值
string
name
助手的名称。
name: null | string
属性值
null | string