MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / get_time

Function get_time

eval_heldout/rewoo/nodes/LLMNode.py:31–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29urllib3.disable_warnings()
30
31def get_time() -> str:
32 return datetime.now(timezone('Asia/Shanghai')).strftime('%m%d%H%M%S')
33
34MODEL = os.environ['MODEL']
35METHOD = os.environ['METHOD']

Callers 2

LLMNode.pyFile · 0.85
refreshFunction · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected