play_audio
Play an audio file from a local path or URL. Supports WAV and MP3 formats.
Instructions
Play an audio file. Supports WAV and MP3 formats. Not supports video.
Args:
input_file_path (str): The path to the audio file to play.
is_url (bool, optional): Whether the audio file is a URL.
Returns:
Text content with the path to the audio file.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_url | No | ||
| input_file_path | Yes |