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