@microsoft/opentelemetry
    Preparing search index...

    Interface CallerDetails

    Caller details for scope creation. Supports human callers, agent callers, or both (A2A with a human in the chain).

    interface CallerDetails {
        callerAgentDetails?: AgentDetails;
        userDetails?: UserDetails;
    }
    Index

    Properties

    callerAgentDetails?: AgentDetails
    userDetails?: UserDetails