InvokeAgentScopeDetails Class
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.
Scope-level configuration for agent invocation tracing.
public sealed class InvokeAgentScopeDetails : IEquatable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.InvokeAgentScopeDetails>
type InvokeAgentScopeDetails = class
interface IEquatable<InvokeAgentScopeDetails>
Public NotInheritable Class InvokeAgentScopeDetails
Implements IEquatable(Of InvokeAgentScopeDetails)
- Inheritance
-
InvokeAgentScopeDetails
- Implements
Constructors
| Name | Description |
|---|---|
| InvokeAgentScopeDetails(Uri) |
Initializes a new instance of the InvokeAgentScopeDetails class. |
Properties
| Name | Description |
|---|---|
| Endpoint |
The endpoint URI for the AI agent. |
Methods
| Name | Description |
|---|---|
| Equals(InvokeAgentScopeDetails) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |