diff --git a/frontend/src/lib/api.ts b/frontend/src/lib/api.ts index 2759e5dc..c88a8960 100644 --- a/frontend/src/lib/api.ts +++ b/frontend/src/lib/api.ts @@ -393,6 +393,7 @@ export const getMessages = async (threadId: string): Promise => { .select('*') .eq('thread_id', threadId) .neq('type', 'cost') + .neq('type', 'summary') .order('created_at', { ascending: true }); if (error) {