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

CreateAndRunThreadOptions interface

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

属性

assistantId

应为其创建线程的助手的 ID。

instructions

重写的系统说明助手应使用来运行线程。

metadata

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

model

助手应用于运行线程的重写模型。

thread

用于创建新线程的详细信息。

tools

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

属性详细信息

assistantId

应为其创建线程的助手的 ID。

assistantId: string

属性值

string

instructions

重写的系统说明助手应使用来运行线程。

instructions?: string

属性值

string

metadata

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

metadata?: null | Record<string, string>

属性值

null | Record<string, string>

model

助手应用于运行线程的重写模型。

model?: string

属性值

string

thread

用于创建新线程的详细信息。

thread?: AssistantThreadCreationOptions

属性值

tools

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

tools?: ToolDefinition[]

属性值