Commit e7a80b4
committed
fix: merge context into fullInput in runEncodeAction to match runGateAction pattern
The context parameter was accepted but never used in runEncodeAction,
silently discarding supplementary context provided by callers. This
restores the fullInput merging pattern used by runGateAction so that
context is included in type detection, artifact parsing, and quality
scoring.1 parent 121dd07 commit e7a80b4
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
| 1418 | + | |
1418 | 1419 | | |
1419 | 1420 | | |
1420 | | - | |
| 1421 | + | |
1421 | 1422 | | |
1422 | | - | |
1423 | | - | |
| 1423 | + | |
| 1424 | + | |
1424 | 1425 | | |
1425 | 1426 | | |
1426 | 1427 | | |
| |||
0 commit comments