quivr/frontend/lib/types
Antoine Dewez 803f304390
feat(frontend): Quivr Assistants (#2448)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):


<!--
ELLIPSIS_HIDDEN
-->
----

| 🚀 This description was created by
[Ellipsis](https://www.ellipsis.dev) for commit
3e95f1a5aa |
|--------|

### Summary:
This PR introduces the 'Quivr Assistants' feature with new frontend
components and pages, backend routes and DTOs changes, and a minor
update in the `processAssistant` function.

**Key points**:
- Introduced the 'Quivr Assistants' feature with new frontend components
and pages, backend routes and DTOs changes.
- Added new `AssistantModal` component in
`/frontend/app/assistants/AssistantModal/AssistantModal.tsx`.
- Added new `InputsStep` and `OutputsStep` components for handling
assistant inputs and outputs.
- Added new `AssistantModal` page in
`/frontend/app/assistants/page.tsx`.
- Added new API endpoints and types for assistants in
`/frontend/lib/api/assistants/assistants.ts` and
`/frontend/lib/api/assistants/types.ts`.
- Updated backend assistant routes and DTOs in
`backend/modules/assistant/controller/assistant_routes.py`,
`backend/modules/assistant/dto/inputs.py`,
`backend/modules/assistant/ito/difference.py`, and
`backend/modules/assistant/ito/summary.py`.
- Made a minor update in the `processAssistant` function in the
`/frontend/lib/api/assistants/assistants.ts` file.


----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)

<!--
ELLIPSIS_HIDDEN
-->
2024-04-19 01:36:36 -07:00
..
BrainConfig.ts feat: mistral (#2365) 2024-03-19 16:56:45 -07:00
Colors.ts fix(frontend): revamp quivr studio (#2274) 2024-02-28 16:42:14 -08:00
Document.ts Feat/multiple brains frontend (#344) 2023-06-20 16:17:13 +02:00
Icons.ts feat(frontend): handle mentions in search bar (#2049) 2024-01-21 18:13:20 -08:00
Knowledge.ts feat: knowledge tab list (#1222) 2023-09-22 16:06:04 +02:00
Message.ts Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
MessageMetadata.ts feat(frontend): sources per messages (#2253) 2024-02-23 18:56:51 -08:00
Modal.ts feat(frontend): Quivr Assistants (#2448) 2024-04-19 01:36:36 -07:00
NotificationBanner.ts feat: add remote notification config (#1547) 2023-11-02 19:20:07 +01:00
Onboarding.ts feat: add Welcome chat (#1365) 2023-10-10 09:27:35 +02:00
Options.ts fix(frontend): revamp quivr studio (#2274) 2024-02-28 16:42:14 -08:00
Prompt.ts feat: add custom prompt fields on brain setting pages (#837) 2023-08-03 15:41:24 +02:00
QuivrButton.ts fix(frontend): remove brains usage in user page (#2349) 2024-03-15 11:41:25 -07:00
SecurityQuestion.ts feat: fetch security questions from CMS (#1464) 2023-10-23 14:06:26 +02:00
SupportedFileExtensions.ts Feat: Bibtex file uploads (#2398) 2024-04-02 10:51:16 -07:00
Tab.ts fix(frontend): better UI for phone device (#2160) 2024-02-06 21:59:59 -08:00
Testimonial.ts fix(frontend): uniformize case for types (#2071) 2024-01-22 18:32:47 -08:00
UseCase.ts feat: fetch homepage data from CMS (#1452) 2023-10-20 15:36:55 +02:00
User.ts feat: 🎸 usage (#2057) 2024-01-22 11:46:26 -08:00