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

Function _timestamp

examples/tools/codex.py:93–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92
93def _timestamp() -> str:
94 return datetime.now().strftime("%Y-%m-%d %H:%M:%S")
95
96
97def log(message: str) -> None:

Callers 1

logFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected