Removing the extra examples inside the unified-format-function-calling folder

This commit is contained in:
Filipi Fuchter
2025-03-06 12:00:22 -03:00
parent 21443b9a08
commit 55b0797fd5
18 changed files with 0 additions and 745 deletions

View File

@@ -579,7 +579,6 @@ class AzureTTSService(AzureBaseTTSService):
async def flush_audio(self):
logger.trace(f"{self}: flushing audio")
# TODO: check what we need to implement here ?
async def run_tts(self, text: str) -> AsyncGenerator[Frame, None]:
logger.debug(f"{self}: Generating TTS [{text}]")