Make on_voicemail_detected callback required, cleanup logging
This commit is contained in:
@@ -59,7 +59,7 @@ async def handle_voicemail(processor):
|
||||
processor: The VoicemailProcessor instance. processor.push_frame() is
|
||||
available to push frames.
|
||||
"""
|
||||
logger.info("Voicemail detected! Playing greeting...")
|
||||
logger.info("Voicemail detected! Leaving a message...")
|
||||
|
||||
# Push frames using standard Pipecat pattern
|
||||
await processor.push_frame(
|
||||
|
||||
Reference in New Issue
Block a user