Member Junction
    Preparing search index...

    Request to expand a compacted message to its original content.

    interface ExpandMessageRequest {
        messageIndex: number;
        reason?: string;
        step: "expand-message";
    }
    Index

    Properties

    messageIndex: number

    Index of the message to expand in the conversation array

    reason?: string

    Optional reason for expanding the message

    step: "expand-message"

    Step type identifier