diff options
| author | Joanne <zehan_ding@brown.edu> | 2025-06-22 23:12:46 -0400 |
|---|---|---|
| committer | Joanne <zehan_ding@brown.edu> | 2025-06-22 23:12:46 -0400 |
| commit | 17ec2a19b2d2dc5ba3f99c43d86c27946de2ac71 (patch) | |
| tree | efb55f2b186f0636caefc8dd8680f918d1ddbb25 /src/client/views/collections/collectionFreeForm | |
| parent | 61787b3c1cf53c0230f6142bee0df30c65971012 (diff) | |
successfully merged documentationtext functionality with new version of agent, however still minor issues with the agent not selecting the proper tool for documentation generation without the additional context from the topbar
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx index 595bbf2e9..5a54553b1 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx @@ -9,6 +9,9 @@ import { DocButtonState, DocumentLinksButton } from '../../nodes/DocumentLinksBu import { TopBar } from '../../topbar/TopBar'; import { CollectionFreeFormInfoState, InfoState, StateEntryFunc, infoState } from './CollectionFreeFormInfoState'; import { CollectionFreeFormView } from './CollectionFreeFormView'; +import { Button } from '@dash/components'; +import { ButtonType } from '../../nodes/FontIconBox/FontIconBox'; + import './CollectionFreeFormView.scss'; export interface CollectionFreeFormInfoUIProps { |
