共用方式為


AssistantThreadCreationOptions interface

用來建立新線程 助理的詳細數據。

屬性

messages

要與新線程建立關聯的訊息。

metadata

一組索引鍵/值組,用來儲存物件的其他資訊。

屬性詳細資料

messages

要與新線程建立關聯的訊息。

messages?: { content: string, role: string }[]

屬性值

{ content: string, role: string }[]

metadata

一組索引鍵/值組,用來儲存物件的其他資訊。

metadata?: Record<string, string>

屬性值

Record<string, string>