Share via


CodeInterpreterToolAutoType Struct

Definition

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.

Applies to