Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
11 |
@tool
|
12 |
def secret_number_guesser(guess: int) -> str:
|
13 |
-
"""A tool that contains a secret number between 0 and 100. It provides hints ('greater than', 'less than', or 'equals to') based on the input guess compared to the secret number. The secret number is hidden from the agent.
|
14 |
Args:
|
15 |
guess: The number guessed by the user, which will be compared to the secret number.
|
16 |
|
|
|
10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
11 |
@tool
|
12 |
def secret_number_guesser(guess: int) -> str:
|
13 |
+
"""A tool that contains a secret number between 0 and 100. It provides hints ('greater than the secret number', 'less than the secret number', or 'equals to the secret number') based on the input guess compared to the secret number. The secret number is hidden from the agent.
|
14 |
Args:
|
15 |
guess: The number guessed by the user, which will be compared to the secret number.
|
16 |
|