fix: fix transition logic for realtime providers

This commit is contained in:
Abhishek Kumar 2026-07-15 16:45:16 +05:30
parent 348cd8427b
commit 960d183c82
7 changed files with 415 additions and 33 deletions

View file

@ -182,6 +182,7 @@ class TestPipecatEngineToolCalls:
# Assert that the context was updated with END_CALL_SYSTEM_PROMPT
assert llm._settings.system_instruction == END_CALL_SYSTEM_PROMPT
assert llm._functions["end_call"].is_node_transition is True
@pytest.mark.asyncio
async def test_parallel_builtin_and_transition_calls_through_engine_1(