Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
tools.py
CHANGED
@@ -58,7 +58,7 @@ class evaluate_consumption_example(Tool):
|
|
58 |
inputs = {
|
59 |
"code": {
|
60 |
"type": "string",
|
61 |
-
"description": "The code to evaluate. Here, it is an example, so just set it to 'None'.
|
62 |
}
|
63 |
}
|
64 |
output_type = "string"
|
|
|
58 |
inputs = {
|
59 |
"code": {
|
60 |
"type": "string",
|
61 |
+
"description": "The code to evaluate. Here, it is an example, so just set it to 'None'."
|
62 |
}
|
63 |
}
|
64 |
output_type = "string"
|