We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a7f30 commit 23249e1Copy full SHA for 23249e1
tests/unittests/agents/test_sequential_agent.py
@@ -268,12 +268,6 @@ async def test_run_async_with_escalate_action(request: pytest.FixtureRequest):
268
)
269
assert events[0].actions.escalate is True
270
271
- # Verify that the post-escalation event from the same agent is not yielded
272
- assert (
273
- 'I should not be seen after escalation!'
274
- not in events[0].content.parts[0].text
275
- )
276
-
277
278
@pytest.mark.asyncio
279
async def test_run_async_escalate_action_in_middle(
0 commit comments