Skip to content

Commit

Permalink
fix: show outputs needs to read intermediates correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Dec 4, 2024
1 parent 07424c1 commit 38aede8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions website/src/app/api/getInputOutput/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export async function POST(request: Request) {
operation_id,
name,
homeDir,
sample_size,
namespace
sample_size
);

// Check if inputPath exists
Expand Down
1 change: 0 additions & 1 deletion website/src/app/api/getPipelineConfig/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export async function POST(request: Request) {
name,
homeDir,
sample_size,
namespace,
system_prompt
);

Expand Down

0 comments on commit 38aede8

Please sign in to comment.