Revert "fix context order when using interruption strategies"
This reverts commit de8ee96927.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#
|
||||
|
||||
import json
|
||||
import sys
|
||||
import unittest
|
||||
from typing import Any
|
||||
|
||||
@@ -21,7 +20,6 @@ from pipecat.frames.frames import (
|
||||
FunctionCallResultFrame,
|
||||
FunctionCallResultProperties,
|
||||
InterimTranscriptionFrame,
|
||||
InterruptionCompletedFrame,
|
||||
InterruptionFrame,
|
||||
InterruptionTaskFrame,
|
||||
LLMFullResponseEndFrame,
|
||||
@@ -570,7 +568,6 @@ class BaseTestUserContextAggregator:
|
||||
BotStartedSpeakingFrame,
|
||||
UserStartedSpeakingFrame,
|
||||
InterruptionFrame,
|
||||
InterruptionCompletedFrame,
|
||||
UserStoppedSpeakingFrame,
|
||||
*self.EXPECTED_CONTEXT_FRAMES,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user