@lambdacurry/arbor 0.4.13 → 0.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arbor.js +1 -1
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -16376,7 +16376,7 @@ var ACTIONS = [
|
|
|
16376
16376
|
{
|
|
16377
16377
|
name: "cancel_request",
|
|
16378
16378
|
title: "Cancel a request",
|
|
16379
|
-
description: "Cancel an OPEN request you raised (or any open request, if you're the org owner) — it moves to a terminal `cancelled` state and the inbox items it fanned out are SILENTLY withdrawn (they leave recipients' inboxes, no notification). Use this when a request is no longer needed. Only open requests can be cancelled (a completed/expired one can't).",
|
|
16379
|
+
description: "Cancel an OPEN request you raised (or any open request, if you're the org owner) — it moves to a terminal `cancelled` state and the inbox items it fanned out are SILENTLY withdrawn (they leave recipients' inboxes, no notification). Use this when a request is no longer needed. Only open requests can be cancelled (a completed/expired one can't). Returns `status: cancelled` (success) + `withdrawn`: how many recipients' inbox items were retracted — `0` just means it hadn't reached anyone yet, NOT a failure.",
|
|
16380
16380
|
inputSchema: {
|
|
16381
16381
|
requestId: exports_external.string().describe("the open request to cancel, req_…")
|
|
16382
16382
|
},
|
package/package.json
CHANGED