ToolSearchExecutionKind 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.
public readonly struct ToolSearchExecutionKind : IEquatable<Azure.AI.Projects.Agents.ToolSearchExecutionKind>
type ToolSearchExecutionKind = struct
Public Structure ToolSearchExecutionKind
Implements IEquatable(Of ToolSearchExecutionKind)
- Inheritance
-
ToolSearchExecutionKind
- Implements
Constructors
| Name | Description |
|---|---|
| ToolSearchExecutionKind(String) |
Initializes a new instance of ToolSearchExecutionKind. |
Properties
| Name | Description |
|---|---|
| Client |
Gets the Client. |
| Server |
Gets the Server. |
Methods
| Name | Description |
|---|---|
| Equals(ToolSearchExecutionKind) |
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(ToolSearchExecutionKind, ToolSearchExecutionKind) |
Determines if two ToolSearchExecutionKind values are the same. |
| Implicit(String to Nullable<ToolSearchExecutionKind>) | |
| Implicit(String to ToolSearchExecutionKind) |
Converts a string to a ToolSearchExecutionKind. |
| Inequality(ToolSearchExecutionKind, ToolSearchExecutionKind) |
Determines if two ToolSearchExecutionKind values are not the same. |