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

CreateRunOptions interface

创建助手线程的新运行时使用的详细信息。

属性

additionalInstructions

在运行指令末尾追加的其他说明。 这对于在不重写其他指令的情况下修改每个运行的行为非常有用。

assistantId

应运行线程的助手的 ID。

instructions

重写的系统指令,助手应使用该指令来运行线程。

metadata

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

model

助手运行线程时应使用的重写模型名称。

tools

助手应用于运行线程的已启用工具的重写列表。

属性详细信息

additionalInstructions

在运行指令末尾追加的其他说明。 这对于在不重写其他指令的情况下修改每个运行的行为非常有用。

additionalInstructions?: null | string

属性值

null | string

assistantId

应运行线程的助手的 ID。

assistantId: string

属性值

string

instructions

重写的系统指令,助手应使用该指令来运行线程。

instructions?: null | string

属性值

null | string

metadata

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

metadata?: null | Record<string, string>

属性值

null | Record<string, string>

model

助手运行线程时应使用的重写模型名称。

model?: null | string

属性值

null | string

tools

助手应用于运行线程的已启用工具的重写列表。

tools?: null | ToolDefinition[]

属性值

null | ToolDefinition[]