Passing the correct runner arguments.

This commit is contained in:
Filipi Fuchter
2025-11-28 10:15:48 -03:00
parent 16b833c194
commit 3de809157f
2 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -136,7 +136,7 @@ async def agentcore_bot(payload, context):
webrtc_connection=pipecat_connection, body=request.request_data
)
transport = await create_transport(runner_args, transport_params)
async for result in run_bot(transport, RunnerArguments()):
async for result in run_bot(transport, runner_args):
yield result