@skeel/launcher
    Preparing search index...

    Type Alias ChatAction

    External action the client must invoke before message processing may continue.

    type ChatAction = {
        name: string;
        parameter: unknown;
    }
    Index
    name: string

    Name of the action to call.

    parameter: unknown

    Parsed and validated parameters to pass to the action.