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 b229d53 commit 21b0f49Copy full SHA for 21b0f49
tests/unittests/agents/test_sequential_agent.py
@@ -179,12 +179,6 @@ async def test_run_async_with_escalate_action(request: pytest.FixtureRequest):
179
)
180
assert events[0].actions.escalate is True
181
182
- # Verify that the post-escalation event from the same agent is not yielded
183
- assert (
184
- 'I should not be seen after escalation!'
185
- not in events[0].content.parts[0].text
186
- )
187
-
188
189
@pytest.mark.asyncio
190
async def test_run_async_escalate_action_in_middle(
0 commit comments