Isaac454 commited on
Commit
81f4708
·
verified ·
1 Parent(s): 497af50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ class MemoryTool(Tool):
41
  },
42
  "value": {
43
  "type": "string",
44
- "description": "Memory value (required for write)"
 
45
  }
46
  }
47
  output_type = "string"
 
41
  },
42
  "value": {
43
  "type": "string",
44
+ "description": "Memory value (required for write)",
45
+ "nullable": True
46
  }
47
  }
48
  output_type = "string"