no longer necessary to call super().process_frame(frame, direction)
This commit is contained in:
@@ -42,8 +42,6 @@ class TestLangchain(unittest.IsolatedAsyncioTestCase):
|
||||
return self.name
|
||||
|
||||
async def process_frame(self, frame, direction):
|
||||
await super().process_frame(frame, direction)
|
||||
|
||||
if isinstance(frame, LLMFullResponseStartFrame):
|
||||
self.start_collecting = True
|
||||
elif isinstance(frame, TextFrame) and self.start_collecting:
|
||||
|
||||
Reference in New Issue
Block a user