AssistantThreadCreationOptions 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.
The details used to create a new assistant thread.
public class AssistantThreadCreationOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.AssistantThreadCreationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.AssistantThreadCreationOptions>
type AssistantThreadCreationOptions = class
interface IJsonModel<AssistantThreadCreationOptions>
interface IPersistableModel<AssistantThreadCreationOptions>
Public Class AssistantThreadCreationOptions
Implements IJsonModel(Of AssistantThreadCreationOptions), IPersistableModel(Of AssistantThreadCreationOptions)
- Inheritance
-
AssistantThreadCreationOptions
- Implements
Constructors
AssistantThreadCreationOptions() |
Initializes a new instance of AssistantThreadCreationOptions. |
Properties
Messages |
The initial messages to associate with the new thread. |
Metadata |
A set of up to 16 key/value pairs that can be attached to an object, 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. |
Explicit Interface Implementations
IJsonModel<AssistantThreadCreationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AssistantThreadCreationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AssistantThreadCreationOptions>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AssistantThreadCreationOptions>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AssistantThreadCreationOptions>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET