CindyDelage commited on
Commit
ebadeb4
·
verified ·
1 Parent(s): 91ed9cb

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
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"