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