Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ get_targets
Method
get_targets
AgentBench.old/src/task.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
return
[item.input
for
item in self]
62
63
def
get_targets(self) -> List[T_TARGET]:
64
return
[item.target
for
item in self]
65
66
67
class
Task(Generic[T_INPUT, T_OUTPUT, T_TARGET]):
Callers
1
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected