diff --git a/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx b/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx index 49533a7..93965e9 100644 --- a/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx +++ b/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx @@ -94,7 +94,7 @@ const BrowserCall = ({ workflowId, workflowRunId, accessToken, initialContextVar <> - Workflow Run + Agent Run diff --git a/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx b/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx index 9ac48f9..d495555 100644 --- a/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx +++ b/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx @@ -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;