This kinda works but there's an error now?
This commit is contained in:
@@ -785,7 +785,7 @@ async def run_bot(room_url: str, token: str, body: dict) -> None:
|
|||||||
[
|
[
|
||||||
voicemail_tts,
|
voicemail_tts,
|
||||||
# voicemail_tts_debug, # Debug TTS frames
|
# voicemail_tts_debug, # Debug TTS frames
|
||||||
transcript.assistant(), # Capture voicemail TTS frames
|
# transcript.assistant(), # Capture voicemail TTS frames
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
# Human conversation branch
|
# Human conversation branch
|
||||||
@@ -797,12 +797,13 @@ async def run_bot(room_url: str, token: str, body: dict) -> None:
|
|||||||
FunctionFilter(human_filter),
|
FunctionFilter(human_filter),
|
||||||
human_tts,
|
human_tts,
|
||||||
# human_tts_debug, # Debug TTS frames
|
# human_tts_debug, # Debug TTS frames
|
||||||
transcript.assistant(), # Capture human TTS frames
|
# transcript.assistant(), # Capture human TTS frames
|
||||||
human_context_aggregator.assistant(),
|
human_context_aggregator.assistant(),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
transport.output(),
|
transport.output(),
|
||||||
post_transport_debug, # Debug what survives transport.output()
|
post_transport_debug, # Debug what survives transport.output()
|
||||||
|
transcript.assistant(), # Capture human TTS frame
|
||||||
# human_context_aggregator.assistant(),
|
# human_context_aggregator.assistant(),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user