ankush13r commited on
Commit
13b03f0
·
verified ·
1 Parent(s): 4f67e29

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -101,7 +101,7 @@ class get_documents(ToolBase):
101
 
102
  logging.info("@tool_register: get_documents()")
103
 
104
- query: str = Field(description="A clarified version of the user's query, preserving its original meaning while improving precision and reducing ambiguity—without introducing any new information.")
105
  logging.info(f"query: {query}")
106
 
107
  @classmethod
 
101
 
102
  logging.info("@tool_register: get_documents()")
103
 
104
+ query: str = Field(description="Search query to retrieve relevant documents.")
105
  logging.info(f"query: {query}")
106
 
107
  @classmethod