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

Function _timestamp

examples/tools/codex_same_thread.py:44–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def _timestamp() -> str:
45 return datetime.now().strftime("%Y-%m-%d %H:%M:%S")
46
47
48def log(message: str) -> None:

Callers 1

logFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected