MCPcopy Create free account
hub / github.com/openai/openai-agents-python / end

Method end

examples/research_bot/printer.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 self.live.start()
14
15 def end(self) -> None:
16 self.live.stop()
17
18 def hide_done_checkmark(self, item_id: str) -> None:
19 self.hide_done_ids.add(item_id)

Callers 2

runMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected