OpenAIThreadCreationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thread creation options.
public sealed class OpenAIThreadCreationOptions
type OpenAIThreadCreationOptions = class
Public NotInheritable Class OpenAIThreadCreationOptions
- Inheritance
-
OpenAIThreadCreationOptions
Constructors
OpenAIThreadCreationOptions() |
Properties
CodeInterpreterFileIds |
Optional file-ids made available to the code_interpreter tool, if enabled. |
Messages |
Optional messages to initialize thread with.. |
Metadata |
A set of up to 16 key/value pairs that can be attached to an agent, used for storing additional information about that object in a structured format.Keys may be up to 64 characters in length and values may be up to 512 characters in length. |
VectorStoreId |
Enables file-search if specified. |