fix: Remove default from output schema field

This commit is contained in:
Nick Tindle
2026-02-11 10:58:35 -06:00
parent 931c1c2fcd
commit c839fee53d

View File

@@ -280,7 +280,6 @@ class ExecuteCodeBlock(Block, BaseE2BExecutorMixin):
"Files written to /output directory during execution. "
"Each file has path, name, content, and workspace_ref (if stored)."
),
default=[],
)
def __init__(self):