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

Method mark_item_done

examples/research_bot/printer.py:29–31  ·  view source on GitHub ↗
(self, item_id: str)

Source from the content-addressed store, hash-verified

27 self.flush()
28
29 def mark_item_done(self, item_id: str) -> None:
30 self.items[item_id] = (self.items[item_id][0], True)
31 self.flush()
32
33 def flush(self) -> None:
34 renderables: list[Any] = []

Callers 1

_write_reportMethod · 0.45

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected