@vellumai/plugin-api 0.10.0-dev.202606222007.e9d01e2 → 0.10.0-dev.202606222239.7186c51
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/index.d.ts +3 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1557,11 +1557,9 @@ declare interface GuardianDecisionAction {
|
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
|
-
* Shared types for
|
|
1561
|
-
*
|
|
1562
|
-
*
|
|
1563
|
-
* parser, requester self-cancel) use these types to route through the
|
|
1564
|
-
* unified `applyGuardianDecision` primitive.
|
|
1560
|
+
* Shared types and render helpers for guardian decision prompts: the prompt
|
|
1561
|
+
* model shown to guardians, the canonical action constants, and the
|
|
1562
|
+
* legend/fallback builders used to present them on rich and plain-text channels.
|
|
1565
1563
|
*/
|
|
1566
1564
|
/** Structured model for prompts shown to guardians. */
|
|
1567
1565
|
declare interface GuardianDecisionPrompt {
|
package/package.json
CHANGED