-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨AI to doc editor #250
Merged
Merged
✨AI to doc editor #250
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AntoLC
force-pushed
the
feature/ai-blocknote
branch
4 times, most recently
from
September 20, 2024 16:26
4daa42c
to
01d279c
Compare
Closed
3 tasks
AntoLC
changed the title
✨(frontend) add ai button to blocknote toolbar
✨(frontend) AI to Docs
Sep 20, 2024
AntoLC
force-pushed
the
feature/ai-blocknote
branch
from
September 23, 2024 07:27
01d279c
to
57c7592
Compare
AntoLC
force-pushed
the
feature/ai-blocknote
branch
3 times, most recently
from
September 23, 2024 07:59
9a03ba9
to
40eea1f
Compare
AntoLC
force-pushed
the
feature/ai-blocknote
branch
6 times, most recently
from
September 30, 2024 08:14
bab5602
to
3ad1d32
Compare
sampaccoud
force-pushed
the
feature/ai-blocknote
branch
2 times, most recently
from
October 9, 2024 09:39
c9ec14c
to
978d711
Compare
qbey
reviewed
Oct 9, 2024
AntoLC
commented
Oct 14, 2024
qbey
approved these changes
Oct 16, 2024
AntoLC
force-pushed
the
feature/ai-blocknote
branch
8 times, most recently
from
October 16, 2024 16:20
f8b2a11
to
41a5d29
Compare
sampaccoud
force-pushed
the
feature/ai-blocknote
branch
from
October 16, 2024 17:57
41a5d29
to
eb0fdb1
Compare
We created 2 new action endpoints on the document to perform AI operations: - POST /api/v1.0/documents/{uuid}/ai-transform - POST /api/v1.0/documents/{uuid}/ai-translate
We start to have a deep prop drilling with doc, time to use the doc store to reduce that. We still prefer to pass the doc as a prop to keep our component as "pure" as possible, but if the drilling is too deep, better to use the doc store.
sampaccoud
force-pushed
the
feature/ai-blocknote
branch
from
October 16, 2024 19:32
854e33f
to
1bdc8f9
Compare
Add AI button to the editor toolbar. We can use AI to generate content with our editor. A list of predefined actions are available to use.
Add the ai setting to the environments.
A test on e2e was flaky, this commit fixes it.
AntoLC
force-pushed
the
feature/ai-blocknote
branch
from
October 16, 2024 20:04
1bdc8f9
to
a411718
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Add AI actions to the doc editor:
We can quite easily add more actions.
Proposal
Demo
scrnli_9_23_2024_9-52-03.AM.webm