diff options
| author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-10 10:22:43 -0400 |
|---|---|---|
| committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-10 10:22:43 -0400 |
| commit | 5ad889e555a02ae63e59ee6c9766d57f829ff687 (patch) | |
| tree | 13352c4a4d1dba30e85fbeed16debf333baee464 /src/client/views/nodes/chatbot/tools/SortDocsTool.ts | |
| parent | b5d53fc2dda0c2adcf0ccd388872faaca7606fa0 (diff) | |
expanding
Diffstat (limited to 'src/client/views/nodes/chatbot/tools/SortDocsTool.ts')
| -rw-r--r-- | src/client/views/nodes/chatbot/tools/SortDocsTool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/tools/SortDocsTool.ts b/src/client/views/nodes/chatbot/tools/SortDocsTool.ts index 45d7b4f15..1944f0bc1 100644 --- a/src/client/views/nodes/chatbot/tools/SortDocsTool.ts +++ b/src/client/views/nodes/chatbot/tools/SortDocsTool.ts @@ -7,7 +7,7 @@ import { ChatSortField } from '../../../collections/CollectionSubView'; import { v4 as uuidv4 } from 'uuid'; import { DocumentView } from '../../DocumentView'; import { docSortings } from '../../../collections/CollectionSubView'; -import { collect } from '@turf/turf'; + const parameterRules = [ { |
