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

Class DummyEditor

tests/test_tool_metadata.py:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class DummyEditor:
26 def create_file(self, operation):
27 return None
28
29 def update_file(self, operation):
30 return None
31
32 def delete_file(self, operation):
33 return None
34
35
36def test_tool_name_properties() -> None:

Callers 1

Calls

no outgoing calls

Tested by 1