Interface TraceAgentTransferParams

Parameters for tracing an agent transfer

interface TraceAgentTransferParams {
    sourceAgent: string;
    targetAgent: string;
    reason?: string;
    transferContext: TransferContext;
    invocationContext?: InvocationContext;
}

Properties

sourceAgent: string
targetAgent: string
reason?: string
transferContext: TransferContext
invocationContext?: InvocationContext