changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "agent_id": {
- "type": "string"
- },
- "count": {
- "type": "number"
- },
- "fallback": {
- "type": "boolean"
- },
- "memories": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "agent": {
- "type": "string"
- },
- "confidence": {
- "enum": [
- "high",
- "medium_fts",
- "low"
- ],
- "type": "string"
- },
- "content": {
- "description": "Memory content (truncated to 300 chars in recall).",
- "type": "string"
- },
- "hybridScore": {
- "type": "number"
- },
- "id": {
- "type": "string"
- },
- "intent": {
- "type": "string"
- },
- "is_critical": {
- "type": "boolean"
- },
- "memory_type": {
- "type": "string"
- },
- "timestamp": {
- "description": "ISO-8601 timestamp.",
- "type": "string"
- },
- "trust_quotient": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "query": {
- "type": "string"
- },
- "queryCacheHit": {
- "type": "boolean"
- },
- "recallLatencyMs": {
- "type": "number"
- },
- "recall_mode": {
- "type": "string"
- },
- "redacted": {
- "type": "boolean"
- },
- "scope": {
- "type": "string"
- },
- "scope_source": {
- "type": "string"
- },
- "sessionCacheHit": {
- "type": "boolean"
- }
- },
- "required": [
- "memories",
- "count"
- ],
- "type": "object"
-}New value: +null