MCPcopy Create free account
hub / github.com/microsoft/Webwright / InterruptAgentFlow

Class InterruptAgentFlow

src/webwright/exceptions.py:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class InterruptAgentFlow(Exception):
5 def __init__(self, *messages: dict):
6 super().__init__()
7 self.messages = list(messages)
8
9
10class LimitsExceeded(InterruptAgentFlow):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected