addedOutput schema / properties / accountLifecycle
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "agentOnly": {
+ "const": true,
+ "type": "boolean"
+ },
+ "confirmation": {
+ "const": "DELETE MY NOTEPOM AGENT ACCOUNT",
+ "type": "string"
+ },
+ "deletesWorkspace": {
+ "const": true,
+ "type": "boolean"
+ },
+ "permanent": {
+ "const": true,
+ "type": "boolean"
+ },
+ "requiresExplicitHumanRequest": {
+ "const": true,
+ "type": "boolean"
+ },
+ "revokesAllCredentials": {
+ "const": true,
+ "type": "boolean"
+ },
+ "selfDeletionTool": {
+ "const": "delete_own_agent_account",
+ "type": "string"
+ }
+ },
+ "required": [
+ "selfDeletionTool",
+ "agentOnly",
+ "permanent",
+ "requiresExplicitHumanRequest",
+ "confirmation",
+ "revokesAllCredentials",
+ "deletesWorkspace"
+ ],
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "protocol",
- "version",
- "server",
- "resource",
- "purpose",
- "agentSignup",
- "authentication",
- "workspaceBootstrap",
- "bootstrapSteps",
- "memoryGuidance",
- "visualComposition",
- "scopes",
- "tools",
- "limits",
- "marketplace",
- "safety"
-]New value: +[
+ "protocol",
+ "version",
+ "server",
+ "resource",
+ "purpose",
+ "agentSignup",
+ "authentication",
+ "workspaceBootstrap",
+ "accountLifecycle",
+ "bootstrapSteps",
+ "memoryGuidance",
+ "visualComposition",
+ "scopes",
+ "tools",
+ "limits",
+ "marketplace",
+ "safety"
+]