@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias CommandExecResizeParams

    Resize a running PTY-backed command/exec session.

    type CommandExecResizeParams = {
        processId: string;
        size: CommandExecTerminalSize;
    }
    Index

    Properties

    Properties

    processId: string

    Client-supplied, connection-scoped processId from the original command/exec request.

    New PTY size in character cells.