MCPcopy Create free account
hub / github.com/THUDM/AgentBench / get_predefined_structure

Function get_predefined_structure

src/typings/config.py:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def get_predefined_structure():
23 now = datetime.datetime.now()
24 return {
25 "TIMESTAMP": now.strftime("%Y-%m-%d-%H-%M-%S"),
26 "TIMESTAMP_DATE": now.strftime("%Y-%m-%d"),
27 "TIMESTAMP_TIME": now.strftime("%H-%M-%S"),
28 }
29
30
31class AssignmentConfig(BaseModel):

Callers 1

output_validationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected