@microsoft/opentelemetry
    Preparing search index...

    Interface AgentDetails

    Details about an AI agent.

    interface AgentDetails {
        agentAUID?: string;
        agentBlueprintId?: string;
        agentDescription?: string;
        agentEmail?: string;
        agentId: string;
        agentName?: string;
        agentVersion?: string;
        iconUri?: string;
        platformId?: string;
        providerName?: string;
        tenantId?: string;
    }
    Index
    agentAUID?: string

    Agentic user identifier (AAD Object ID) associated with the agent.

    agentBlueprintId?: string

    Identifier of the blueprint the agent was created from.

    agentDescription?: string

    Human-readable description of the agent.

    agentEmail?: string

    Email address associated with the agentic user.

    agentId: string

    Unique identifier of the agent (required).

    agentName?: string

    Display name of the agent.

    agentVersion?: string

    Version of the agent.

    iconUri?: string

    URI of the agent's icon.

    platformId?: string

    Identifier of the platform hosting the agent.

    providerName?: string

    Name of the provider that hosts the agent.

    tenantId?: string

    Identifier of the tenant that owns the agent.