Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|