ankush13r commited on
Commit
96b5414
·
verified ·
1 Parent(s): 792256a

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +2 -4
tools.py CHANGED
@@ -132,10 +132,8 @@ Whether for relaxation or adventure, **Nou Vall de Núria** promises a unique an
132
 
133
  @tool_register
134
  class get_hotal_general_information(ToolBase):
135
- """
136
- Retrieves general information about a region, its cities, activities, tourism, or surrounding areas based on query.
137
- """
138
- query: str = Field(description="An enhanced user query optimized for retrieving information")
139
 
140
  @classmethod
141
  def invoke(cls, input: Dict) -> str:
 
132
 
133
  @tool_register
134
  class get_hotal_general_information(ToolBase):
135
+ """ Retrieves general information about a hotel, including its background, amenities, location, and nearby attractions based on the query. """
136
+ query: str = Field(description="User's question or query for retrieving the information.")
 
 
137
 
138
  @classmethod
139
  def invoke(cls, input: Dict) -> str: