From 9f7f42e885db0d68cfa619ad5720abfd536ce690 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Mon, 28 Apr 2025 13:41:55 -0400 Subject: [PATCH] [WIP] AWS Nova Sonic service --- src/pipecat/services/aws_nova_sonic/aws.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/services/aws_nova_sonic/aws.py b/src/pipecat/services/aws_nova_sonic/aws.py index eb57d9b80..563d35422 100644 --- a/src/pipecat/services/aws_nova_sonic/aws.py +++ b/src/pipecat/services/aws_nova_sonic/aws.py @@ -193,7 +193,7 @@ class AWSNovaSonicService(LLMService): ) # Send session start events - await self._send_session_start_event() + await self._send_session_start_events() # Send initial system instruction await self._send_text_event(text=self._instruction, role=Role.SYSTEM) @@ -230,7 +230,7 @@ class AWSNovaSonicService(LLMService): # # TODO: make params configurable? - async def _send_session_start_event(self): + async def _send_session_start_events(self): session_start = """ { "event": {