From 5a36653af146fbe0abd4cf5aa0b439a15b03d426 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Fri, 8 Aug 2025 09:38:28 +0530 Subject: [PATCH] show workflow in conversation view --- .../conversations/components/conversation-view.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/rowboat/app/projects/[projectId]/conversations/components/conversation-view.tsx b/apps/rowboat/app/projects/[projectId]/conversations/components/conversation-view.tsx index beb99005..b0da2c9c 100644 --- a/apps/rowboat/app/projects/[projectId]/conversations/components/conversation-view.tsx +++ b/apps/rowboat/app/projects/[projectId]/conversations/components/conversation-view.tsx @@ -202,6 +202,16 @@ export function ConversationView({ projectId, conversationId }: { projectId: str + {/* Workflow */} +
+ {JSON.stringify(conversation.workflow, null, 2)}
+
+