(name, args=None)
| 101 | active_exec_id = exec_id |
| 102 | |
| 103 | async def _tool(name, args=None): |
| 104 | return await _run_tool(exec_id, name, args) |
| 105 | |
| 106 | state_globals["codex"] = SimpleNamespace(tmpDir=TMP_DIR, tool=_tool) |
| 107 | state_globals["tmpDir"] = TMP_DIR |
nothing calls this directly
no test coverage detected