addedOutput schema / properties / items
Added value: +{
+ "items": {
+ "properties": {
+ "content": {
+ "title": "Content",
+ "type": "string"
+ },
+ "created_at": {
+ "format": "date-time",
+ "title": "Created At",
+ "type": "string"
+ },
+ "id": {
+ "title": "Id",
+ "type": "integer"
+ },
+ "memory_type": {
+ "anyOf": [
+ {
+ "enum": [
+ "fact",
+ "preference",
+ "instruction",
+ "feedback"
+ ],
+ "title": "MemoryType",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Tags",
+ "type": "array",
+ "uniqueItems": true
+ },
+ "workspace_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Workspace Id"
+ }
+ },
+ "required": [
+ "id",
+ "content",
+ "memory_type",
+ "tags",
+ "created_at"
+ ],
+ "title": "RecallResult",
+ "type": "object"
+ },
+ "title": "Items",
+ "type": "array"
+}
removedOutput schema / properties / result
Removed value: -{
- "items": {
- "properties": {
- "content": {
- "type": "string"
- },
- "created_at": {
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "type": "integer"
- },
- "memory_type": {
- "anyOf": [
- {
- "enum": [
- "fact",
- "preference",
- "instruction",
- "feedback"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "tags": {
- "items": {
- "type": "string"
- },
- "type": "array",
- "uniqueItems": true
- },
- "workspace_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- }
- },
- "required": [
- "id",
- "content",
- "memory_type",
- "tags",
- "created_at"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
addedOutput schema / title
Added value: +"RecallPage"
removedOutput schema / x-fastmcp-wrap-result
Removed value: -true