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

Method _sub_output_dir

AgentBench.old/src/tasks/composite_task.py:41–43  ·  view source on GitHub ↗
(self, sub_task: Task)

Source from the content-addressed store, hash-verified

39 return results
40
41 def _sub_output_dir(self, sub_task: Task) -> str:
42 target_category = sub_task.category or sub_task.name or "default"
43 return os.path.join(self.get_output_dir(), target_category)
44
45 def release(self):
46 # print("> Kill Composite")

Callers 1

__init__Method · 0.95

Calls 2

joinMethod · 0.80
get_output_dirMethod · 0.80

Tested by

no test coverage detected