Agent Client Protocol - v0.5.1
    Preparing search index...

    Interface CreateTerminalResponse

    Response containing the ID of the created terminal.

    interface CreateTerminalResponse {
        _meta?: { [k: string]: unknown };
        terminalId: string;
    }
    Index

    Properties

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    terminalId: string

    The unique identifier for the created terminal.