huytofu92 commited on
Commit
a556456
·
1 Parent(s): 3a27209
Files changed (1) hide show
  1. audio_tools.py +1 -4
audio_tools.py CHANGED
@@ -11,10 +11,7 @@ class TranscribeAudioTool(Tool):
11
  name = "transcribe_audio"
12
  description = "Transcribe an audio file"
13
  inputs = {
14
- "type": "object",
15
- "properties": {
16
- "audio": {"type": "string", "description": "The audio file in base64 format"}
17
- }
18
  }
19
  output_type = "string"
20
 
 
11
  name = "transcribe_audio"
12
  description = "Transcribe an audio file"
13
  inputs = {
14
+ "audio": {"type": "string", "description": "The audio file in base64 format"}
 
 
 
15
  }
16
  output_type = "string"
17