@runloop/agent-axon-client
    Preparing search index...

    Type Alias ElicitationTimelineEvent

    ElicitationTimelineEvent: ACPOtherProtocolTimelineEvent & {
        eventType: typeof session_elicitation;
    }

    A timeline event for session/elicitation (agent requesting user input).

    Check axonEvent.origin to determine direction:

    • AGENT_EVENT = agent sent the request
    • USER_EVENT = client sent the response