Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
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="
|
| 105 |
logging.info(f"query: {query}")
|
| 106 |
|
| 107 |
@classmethod
|
|
|
|
| 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
|