Share via


OpenAIThreadCreationOptions Class

Definition

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.

Applies to