Fix build issue

This commit is contained in:
Abhishek Kumar 2025-09-15 14:16:34 +05:30
parent 1ec63e3b20
commit 2b1b1114ed
2 changed files with 1 additions and 3 deletions

View file

@ -94,7 +94,7 @@ const BrowserCall = ({ workflowId, workflowRunId, accessToken, initialContextVar
<>
<Card className="w-full max-w-4xl mx-auto">
<CardHeader>
<CardTitle>Workflow Run</CardTitle>
<CardTitle>Agent Run</CardTitle>
</CardHeader>
<CardContent>

View file

@ -15,8 +15,6 @@ import { Skeleton } from '@/components/ui/skeleton';
import { useAuth } from '@/lib/auth';
import { downloadFile } from '@/lib/files';
import { ContextDisplay } from './components';
interface WorkflowRunResponse {
is_completed: boolean;
transcript_url: string | null;