Skip to content

Commit

Permalink
Update app/(playground)/p/[agentId]/page.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tadashi Shigeoka <[email protected]>
  • Loading branch information
toyamarinyon and shige authored Dec 17, 2024
1 parent 0addd53 commit f48dcad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(playground)/p/[agentId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import type {
// https://vercel.com/docs/functions/runtimes#max-duration
export const maxDuration = 300;

// This page is experimental. it requires PlaygroundV2Flag to show this page
export default async function Page({
params,
}: {
Expand Down

0 comments on commit f48dcad

Please sign in to comment.