ankush13r commited on
Commit
4df1795
·
verified ·
1 Parent(s): 0d4983b

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -100,7 +100,7 @@ def tool_register(cls: BaseModel):
100
  oitools.append(oaitool)
101
  tools[oaitool["function"]["name"]] = cls
102
 
103
- @tool_register
104
  class hotel_description(ToolBase):
105
  """Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
106
 
 
100
  oitools.append(oaitool)
101
  tools[oaitool["function"]["name"]] = cls
102
 
103
+ #@tool_register
104
  class hotel_description(ToolBase):
105
  """Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
106