Share via


CallerDetails interface

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

Migration note: In v1 the name CallerDetails referred to human caller identity (now UserDetails). In v2 it was repurposed as a wrapper that groups both human and agent caller information.

See UserDetails — human caller identity (previously CallerDetails) See CHANGELOG.md — breaking changes section for migration guidance

Properties

callerAgentDetails

Optional calling agent identity for A2A (agent-to-agent) scenarios

userDetails

Optional human caller identity

Property Details

callerAgentDetails

Optional calling agent identity for A2A (agent-to-agent) scenarios

callerAgentDetails?: AgentDetails

Property Value

userDetails

Optional human caller identity

userDetails?: UserDetails

Property Value