Goal Decomposition Efficiency
Find out how well the agent pipeline is able to divide the complex task into manageable chunks and how well the task is delegated
Objective
Interpretation
Syntax
# Goal Decomposition Efficiency
response = experiment_manager.execute(
metrics=[
{"name": "goal_decomposition_efficiency", "config": {"model": "gpt-4o-mini"}}
]
)Last updated
Was this helpful?

