ToolChoiceObjectImageGen 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 ToolChoiceObjectImageGen.
public class ToolChoiceObjectImageGen : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObject, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectImageGen>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectImageGen>
type ToolChoiceObjectImageGen = class
inherit ToolChoiceObject
interface IUtf8JsonSerializable
interface IJsonModel<ToolChoiceObjectImageGen>
interface IPersistableModel<ToolChoiceObjectImageGen>
Public Class ToolChoiceObjectImageGen
Inherits ToolChoiceObject
Implements IJsonModel(Of ToolChoiceObjectImageGen), IPersistableModel(Of ToolChoiceObjectImageGen)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolChoiceObjectImageGen() |
Initializes a new instance of ToolChoiceObjectImageGen. |
| ToolChoiceObjectImageGen(ToolChoiceObjectType, IDictionary<String,BinaryData>) |
Initializes a new instance of ToolChoiceObjectImageGen. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the type. (Inherited from ToolChoiceObject) |
Methods
| Name | Description |
|---|---|
| DeserializeToolChoiceObjectImageGen(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |