Member Junction
    Preparing search index...

    A normalized per-step progress note surfaced from the goal loop.

    interface ComputerUseGoalProgress {
        Message: string;
        Step: number;
        Url?: string;
    }
    Index

    Properties

    Properties

    Message: string

    A short, model-safe note (the controller's reasoning summary).

    Step: number

    1-based step number.

    Url?: string

    The page URL at this step, when known.