Skip to content

Commit 7da96db

Browse files
committed
mypy
1 parent 186053f commit 7da96db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/aws/vision_agents/plugins/aws/aws_realtime.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ async def connect(self):
160160
raise Exception("AWS Bedrock requires system instructions before sending regular user input")
161161
await self.content_input(system_instructions, "SYSTEM")
162162

163-
async def simple_audio_response(self, pcm: PcmData):
163+
async def simple_audio_response(
164+
self, pcm: PcmData, participant: Optional[Participant] = None
165+
):
164166
"""Send audio data to the model for processing."""
165167
if not self.connected:
166168
self.logger.warning("realtime is not active. can't call simple_audio_response")

0 commit comments

Comments
 (0)