RemVdH commited on
Commit
995ee45
·
verified ·
1 Parent(s): d67087c

Update tools/play_music.py

Browse files
Files changed (1) hide show
  1. 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 = {'query_song': {'type': 'string', 'description': 'The song to play.'}}
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):