agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface JsonRpcNotification

    A JSON-RPC notification frame emitted by the ACP adapter.

    interface JsonRpcNotification {
        jsonrpc: "2.0";
        method: string;
        params?: unknown;
    }
    Index

    Properties

    jsonrpc: "2.0"
    method: string
    params?: unknown