mirror of https://github.com/kortix-ai/suna.git
dont show summaries in frontend
This commit is contained in:
parent
6a59b8e110
commit
0cc2875e56
|
@ -393,6 +393,7 @@ export const getMessages = async (threadId: string): Promise<Message[]> => {
|
|||
.select('*')
|
||||
.eq('thread_id', threadId)
|
||||
.neq('type', 'cost')
|
||||
.neq('type', 'summary')
|
||||
.order('created_at', { ascending: true });
|
||||
|
||||
if (error) {
|
||||
|
|
Loading…
Reference in New Issue