Agent Client Protocol - v1.2.1
    Preparing search index...

    Type Alias AnyResponse

    AnyResponse: { jsonrpc: "2.0"; id: string | number | null } & Result<unknown>

    Raw JSON-RPC response message.

    Type Declaration

    • jsonrpc: "2.0"

      JSON-RPC protocol version.

    • id: string | number | null

      Request identifier this response resolves.