diff --git a/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx b/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx index f10585e..80046b1 100644 --- a/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx +++ b/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx @@ -697,14 +697,26 @@ export default function PublicAgentChatPage(): React.ReactElement { {/* Debug JSON View */} {viewMode === 'debug' && (
-
-

- Raw Messages Array ({messages.length} messages) -

-

- Messages are ordered by createdAt. Each message includes role, content, and tool - call data. -

+
+
+

+ Raw Messages Array ({messages.length} messages) +

+

+ Messages are ordered by createdAt. Each message includes role, content, and tool + call data. +

+
+
                 {JSON.stringify(messages, null, 2)}