Updating a preference in the tool description
Browse files
app.py
CHANGED
|
@@ -18,7 +18,9 @@ if verbose: print("Running app.py")
|
|
| 18 |
|
| 19 |
@tool
|
| 20 |
def available_tools()-> str:
|
| 21 |
-
"""A tool that takes no arguments but returns a list of tools available to the agent
|
|
|
|
|
|
|
| 22 |
Args:
|
| 23 |
None
|
| 24 |
"""
|
|
|
|
| 18 |
|
| 19 |
@tool
|
| 20 |
def available_tools()-> str:
|
| 21 |
+
"""A tool that takes no arguments but returns a list of tools available to the agent.
|
| 22 |
+
I prefer to use this tool when someone initiates a non-specific conversations for example if they say "Hi" or "Hello".
|
| 23 |
+
At least then they will know the kinds of tools available to the them via this agent.
|
| 24 |
Args:
|
| 25 |
None
|
| 26 |
"""
|