ResponsesWebSearchToolSearchContextSize Struct

Definition

public readonly struct ResponsesWebSearchToolSearchContextSize : IEquatable<Azure.AI.Extensions.OpenAI.ResponsesWebSearchToolSearchContextSize>
type ResponsesWebSearchToolSearchContextSize = struct
Public Structure ResponsesWebSearchToolSearchContextSize
Implements IEquatable(Of ResponsesWebSearchToolSearchContextSize)
Inheritance
ResponsesWebSearchToolSearchContextSize
Implements

Constructors

Name Description
ResponsesWebSearchToolSearchContextSize(String)

Initializes a new instance of ResponsesWebSearchToolSearchContextSize.

Properties

Name Description
High

Gets the High.

Low

Gets the Low.

Medium

Gets the Medium.

Methods

Name Description
Equals(ResponsesWebSearchToolSearchContextSize)

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(ResponsesWebSearchToolSearchContextSize, ResponsesWebSearchToolSearchContextSize)

Determines if two ResponsesWebSearchToolSearchContextSize values are the same.

Implicit(String to Nullable<ResponsesWebSearchToolSearchContextSize>)
Implicit(String to ResponsesWebSearchToolSearchContextSize)

Converts a string to a ResponsesWebSearchToolSearchContextSize.

Inequality(ResponsesWebSearchToolSearchContextSize, ResponsesWebSearchToolSearchContextSize)

Determines if two ResponsesWebSearchToolSearchContextSize values are not the same.

Applies to