Passing the correct runner arguments.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -136,7 +136,7 @@ async def agentcore_bot(payload, context):
|
|||||||
webrtc_connection=pipecat_connection, body=request.request_data
|
webrtc_connection=pipecat_connection, body=request.request_data
|
||||||
)
|
)
|
||||||
transport = await create_transport(runner_args, transport_params)
|
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
|
yield result
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user