changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "agent_id": {
- "type": "string"
- },
- "count": {
- "type": "number"
- },
- "query": {
- "type": "string"
- },
- "results": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "agent": {
- "type": "string"
- },
- "content": {
- "type": "string"
- },
- "intent": {
- "type": "string"
- },
- "is_critical": {
- "type": "boolean"
- },
- "memory_type": {
- "type": "string"
- },
- "timestamp": {
- "type": "string"
- },
- "trust_quotient": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "scope": {
- "type": "string"
- },
- "scope_source": {
- "type": "string"
- }
- },
- "required": [
- "results",
- "count"
- ],
- "type": "object"
-}New value: +null