diff --git a/apps/rowboat/app/projects/[projectId]/playground/components/chat.tsx b/apps/rowboat/app/projects/[projectId]/playground/components/chat.tsx index 43ab3502..e14229e0 100644 --- a/apps/rowboat/app/projects/[projectId]/playground/components/chat.tsx +++ b/apps/rowboat/app/projects/[projectId]/playground/components/chat.tsx @@ -384,7 +384,7 @@ export function Chat({ { role: 'assistant', content: 'Hi, how can I help you today?', - agentName: 'assistant', + agentName: 'Assistant', responseType: 'external', }, ...optimisticMessages,