MCPcopy Create free account
hub / github.com/AmberSahdev/Open-Interface / stop_previous_request

Method stop_previous_request

app/core.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.execute(user_request)
34
35 def stop_previous_request(self) -> None:
36 self.interrupt_execution = True
37
38 def execute(self, user_request: str, step_num: int = 0) -> Optional[str]:
39 """

Callers 2

execute_user_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected