thatting commited on
Commit
968e1f3
·
verified ·
1 Parent(s): c849ed9

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -36,7 +36,7 @@ class SimplifyAnswerTool(Tool):
36
  }
37
  output_type = "string"
38
 
39
- def __init__(self, api_model: ApiModel):
40
  super().__init__()
41
  self.api_model = api_model
42
 
 
36
  }
37
  output_type = "string"
38
 
39
+ def __init__(self, api_model):
40
  super().__init__()
41
  self.api_model = api_model
42