Share via


MemorySearchToolCallStatus Struct

Definition

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

Constructors

Name Description
MemorySearchToolCallStatus(String)

Initializes a new instance of MemorySearchToolCallStatus.

Properties

Name Description
Completed

Gets the Completed.

Failed

Gets the Failed.

Incomplete

Gets the Incomplete.

InProgress

Gets the InProgress.

Searching

Gets the Searching.

Methods

Name Description
Equals(MemorySearchToolCallStatus)

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

Determines if two MemorySearchToolCallStatus values are the same.

Implicit(String to MemorySearchToolCallStatus)

Converts a string to a MemorySearchToolCallStatus.

Implicit(String to Nullable<MemorySearchToolCallStatus>)
Inequality(MemorySearchToolCallStatus, MemorySearchToolCallStatus)

Determines if two MemorySearchToolCallStatus values are not the same.

Applies to