Plan Adaptability
Evaluate how well your agentic pipeline responds to any unforeseen events like errors, new information, etc.
Interpretation
Syntax
# Plan Adaptability
response = experiment_manager.execute(
metrics=[
{"name": "plan_adaptability", "config": {"model": "gpt-4o-mini"}}
]
)Last updated
Was this helpful?

