ankush13r commited on
Commit
d20a00b
·
verified ·
1 Parent(s): 2a385ae

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -83,7 +83,7 @@ def tool_register(cls: BaseModel):
83
  tools[oaitool["function"]["name"]] = cls
84
 
85
  @tool_register
86
- class hotel_information(ToolBase):
87
  """Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
88
 
89
  @classmethod
 
83
  tools[oaitool["function"]["name"]] = cls
84
 
85
  @tool_register
86
+ class hotel_summary(ToolBase):
87
  """Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
88
 
89
  @classmethod