addedOutput schema / properties
Added value: +{
+ "clusters": {
+ "items": {
+ "properties": {
+ "created_at": {
+ "type": "string"
+ },
+ "description": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "is_default": {
+ "type": "boolean"
+ },
+ "memory_count": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "description",
+ "is_default",
+ "created_at",
+ "memory_count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "display_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "last_updated": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "memories": {
+ "items": {
+ "properties": {
+ "cluster": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "content": {
+ "type": "string"
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "importance": {
+ "type": "integer"
+ },
+ "source_agent": {
+ "type": "string"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "content",
+ "source_agent",
+ "importance",
+ "created_at",
+ "tags"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_memory_count": {
+ "type": "integer"
+ }
+}