Skip to content

Commit

Permalink
revert debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarinyon committed Oct 17, 2024
1 parent 1cd8e9e commit 03a4810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(playground)/p/[agentId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function AgentPlaygroundPage({
<Playground
agentId={agentId}
graph={agent.graphv2}
featureFlags={{ uploadFileToPromptNodeFlag, webSearchNodeFlag: true }}
featureFlags={{ uploadFileToPromptNodeFlag, webSearchNodeFlag }}
/>
);
}

0 comments on commit 03a4810

Please sign in to comment.