get_latest_audio
Retrieve the most recent audio file from the audio path for transcription or processing with Whisper models. Use when the user requests the latest file.
Instructions
Get the most recent audio file from the audio path. ONLY USE THIS IF THE USER ASKS FOR THE LATEST FILE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Audio format of the file (e.g., 'mp3', 'wav') | |
| file_name | Yes | Name of the audio file | |
| size_bytes | Yes | Size of the file in bytes | |
| chat_support | No | List of audio LLM models that support this file format | |
| modified_time | Yes | Last modified timestamp of the file (Unix time) | |
| duration_seconds | No | Duration of the audio file in seconds, if available | |
| transcription_support | No | List of transcription models that support this file format |