Class Thread
Thread object that assistants can interact with.
Renamed from ThreadObject to Thread (2024.06.14)
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class Thread : Conversation, IData, IHasId<string>, IHasName, IDeletionStatus
Properties
| Edit this page View SourceToolResources
A set of resources that are made available to the assistant's tools in this thread. The resources are specific to the type of tool. For example, the code_interpreter tool requires a list of file IDs, while the file_search tool requires a list of vector store IDs.
Declaration
[JsonProperty("tool_resources")]
public ToolResources ToolResources { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolResources |