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)}
+
+