diff --git a/examples/pipelines/providers/anthropic_manifold_pipeline.py b/examples/pipelines/providers/anthropic_manifold_pipeline.py index 29dd2d7..069ecf1 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -173,6 +173,7 @@ class Pipeline: # Allow users to input an integer value representing budget tokens if ( not budget_tokens + and reasoning_effort is not None and reasoning_effort not in REASONING_EFFORT_BUDGET_TOKEN_MAP.keys() ): try: