InvokeAgentDetails 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.
Represents the details needed for invoking an AI agent with telemetry tracking.
public sealed class InvokeAgentDetails : IEquatable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.InvokeAgentDetails>
type InvokeAgentDetails = class
interface IEquatable<InvokeAgentDetails>
Public NotInheritable Class InvokeAgentDetails
Implements IEquatable(Of InvokeAgentDetails)
- Inheritance
-
InvokeAgentDetails
- Implements
Constructors
| Name | Description |
|---|---|
| InvokeAgentDetails(AgentDetails, Uri, String) |
Initializes a new instance of the InvokeAgentDetails class. |
Properties
| Name | Description |
|---|---|
| Details |
Agent details associated with the invocation. |
| Endpoint |
The endpoint URI for the AI agent. |
| SessionId |
The session id associated with the invocation. |
Methods
| Name | Description |
|---|---|
| Deconstruct(Uri, AgentDetails, String) |
Deconstructs the invocation details for tuple deconstruction support. |
| Equals(InvokeAgentDetails) | 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. |