diff --git a/backend/prompt_executor.py b/backend/prompt_executor.py index bb053ee..656868a 100644 --- a/backend/prompt_executor.py +++ b/backend/prompt_executor.py @@ -358,6 +358,7 @@ async def execute_pipeline_prompt( }) if enable_debug: + stage_debug['output'] = stage_outputs # Add outputs to debug info for value table pipeline_debug.append(stage_debug) # Final output is last stage's first output