mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
feat: Enhance agent system prompt with write_todos examples, and apply minor code formatting across connector pages and hooks.
This commit is contained in:
parent
0164659f7a
commit
74f17f61ec
9 changed files with 57 additions and 37 deletions
|
|
@ -139,10 +139,9 @@ export function useLogsSummary(
|
|||
enabled: !!searchSpaceId,
|
||||
staleTime: 3 * 60 * 1000,
|
||||
// Enable refetch interval for document processing indicator polling
|
||||
refetchInterval: options.refetchInterval && options.refetchInterval > 0
|
||||
? options.refetchInterval
|
||||
: undefined,
|
||||
refetchInterval:
|
||||
options.refetchInterval && options.refetchInterval > 0 ? options.refetchInterval : undefined,
|
||||
});
|
||||
|
||||
return { summary, loading, error, refreshSummary: refetch };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue