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