CodeInterpreterToolAutoType Struct
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 CodeInterpreterToolAutoType.
public readonly struct CodeInterpreterToolAutoType : IEquatable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterToolAutoType>
type CodeInterpreterToolAutoType = struct
Public Structure CodeInterpreterToolAutoType
Implements IEquatable(Of CodeInterpreterToolAutoType)
- Inheritance
-
CodeInterpreterToolAutoType
- Implements
Constructors
| Name | Description |
|---|---|
| CodeInterpreterToolAutoType(String) |
Initializes a new instance of CodeInterpreterToolAutoType. |
Properties
| Name | Description |
|---|---|
| Auto |
auto. |
Methods
| Name | Description |
|---|---|
| Equals(CodeInterpreterToolAutoType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CodeInterpreterToolAutoType, CodeInterpreterToolAutoType) |
Determines if two CodeInterpreterToolAutoType values are the same. |
| Implicit(String to CodeInterpreterToolAutoType) |
Converts a String to a CodeInterpreterToolAutoType. |
| Inequality(CodeInterpreterToolAutoType, CodeInterpreterToolAutoType) |
Determines if two CodeInterpreterToolAutoType values are not the same. |