Update tools/play_music.py
Browse files- tools/play_music.py +1 -1
tools/play_music.py
CHANGED
|
@@ -5,7 +5,7 @@ from smolagents.tools import Tool
|
|
| 5 |
class PlaySomeMusicMeastro(Tool):
|
| 6 |
name = "play_music"
|
| 7 |
description = "Play a piece of music then returns sound to the listener."
|
| 8 |
-
inputs = {'
|
| 9 |
output_type = "string"
|
| 10 |
|
| 11 |
def __init__(self, *args, **kwargs):
|
|
|
|
| 5 |
class PlaySomeMusicMeastro(Tool):
|
| 6 |
name = "play_music"
|
| 7 |
description = "Play a piece of music then returns sound to the listener."
|
| 8 |
+
inputs = {'answer': {'type': 'string', 'description': 'The song to play.'}}
|
| 9 |
output_type = "string"
|
| 10 |
|
| 11 |
def __init__(self, *args, **kwargs):
|