addedInput schema / properties / agentTrace
Added value: +{
+ "additionalProperties": false,
+ "description": "Optional private trace metadata stored in the caller's ledger.",
+ "properties": {
+ "confidence": {
+ "description": "Optional confidence score from 0 to 1.",
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "decisionId": {
+ "description": "Agent decision id for quote/write attribution.",
+ "minLength": 1,
+ "type": "string"
+ },
+ "rationaleSummary": {
+ "description": "Optional concise rationale summary. Do not include chain-of-thought, secrets, or account identity.",
+ "maxLength": 1200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "runId": {
+ "description": "Agent run id for grouping.",
+ "minLength": 1,
+ "type": "string"
+ },
+ "strategyLabel": {
+ "description": "Short strategy label, self-reported by the caller.",
+ "maxLength": 120,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+}