diff --git a/echo/frontend/src/components/conversation/ConversationAccordion.tsx b/echo/frontend/src/components/conversation/ConversationAccordion.tsx index 9f336d12..f1ebc612 100644 --- a/echo/frontend/src/components/conversation/ConversationAccordion.tsx +++ b/echo/frontend/src/components/conversation/ConversationAccordion.tsx @@ -593,6 +593,12 @@ export const ConversationAccordion = ({ projectId }: { projectId: string }) => { false, { limit: 1, + deep: { + // @ts-expect-error chunks is not typed + chunks: { + _limit: 25, + }, + }, }, ); @@ -642,6 +648,12 @@ export const ConversationAccordion = ({ projectId }: { projectId: string }) => { { search: debouncedConversationSearchValue, sort: sortBy, + deep: { + // @ts-expect-error chunks is not typed + chunks: { + _limit: 25, + }, + }, }, // Temporarily disabled source filters // filterBySource,