你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AssistantCreationOptions interface

创建新助手时要使用的请求详细信息。

属性

description

新助手的说明。

fileIds

要附加到助手之前上传的文件 ID 的列表。

instructions

新助手要使用的系统说明。

metadata

一组最多可以附加到对象的 16 个键/值对,用于以结构化格式存储有关该对象的其他信息。 键的长度可能最多为 64 个字符,值长度可能最多为 512 个字符。

model

要使用的模型的 ID。

name

新助手的名称。

tools

要为新助手启用的工具集合。

属性详细信息

description

新助手的说明。

description?: null | string

属性值

null | string

fileIds

要附加到助手之前上传的文件 ID 的列表。

fileIds?: 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

tools

要为新助手启用的工具集合。

tools?: ToolDefinition[]

属性值