ProjectConversationCreationOptions 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.
Create a conversation.
public class ProjectConversationCreationOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.ProjectConversationCreationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.ProjectConversationCreationOptions>
type ProjectConversationCreationOptions = class
interface IJsonModel<ProjectConversationCreationOptions>
interface IPersistableModel<ProjectConversationCreationOptions>
Public Class ProjectConversationCreationOptions
Implements IJsonModel(Of ProjectConversationCreationOptions), IPersistableModel(Of ProjectConversationCreationOptions)
- Inheritance
-
ProjectConversationCreationOptions
- Implements
Constructors
| Name | Description |
|---|---|
| ProjectConversationCreationOptions() |
Initializes a new instance of ProjectConversationCreationOptions. |
Properties
| Name | Description |
|---|---|
| Items |
Initial items to include the conversation context. You may add up to 20 items at a time. |
| Metadata |
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. |