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

    Interface ExtractedACPUserMessage

    A user message extracted from an ACP timeline event.

    interface ExtractedACPUserMessage {
        content: ContentBlock[];
        sequence: number;
        text: string;
    }
    Index

    ACP Protocol

    ACP Protocol

    content: ContentBlock[]

    The full array of ACP content blocks from the prompt, including non-text blocks.

    sequence: number

    The Axon event sequence number (useful as a stable ID).

    text: string

    Concatenated text from all text content blocks (convenience). Non-text blocks (images, files, etc.) are not included here — inspect content for the full set of blocks.