feat(ai): add ai text generation and rewriting using insights endpoint#444
feat(ai): add ai text generation and rewriting using insights endpoint#444harbournick merged 37 commits intomainfrom
Conversation
… after first text chunk
…c.vue to reflect changes
harbournick
left a comment
There was a problem hiding this comment.
See my comments below. We currently try to keep a separation between what is Editor.js and what is SuperDoc which is not necessarily obvious.
|
@palmer-cl and I discussed my comments, and we will move forward after @artem-harbour's review without architectural changes, and I will make the necessary changes in an additional PR. |
|
@harbournick it looks like c6db2d3 caused the e2e tests to fail. The reactivity chain may have been altered slightly when moving the state variables and refs into a composable pattern. Would you mind confirming if we should update the test, or change the code. |
artem-harbour
left a comment
There was a problem hiding this comment.
LGTM
@harbournick, approved from my side, please double check everything from your side.
|
Thanks for all the hard work on this one @palmer-cl ! |
|
Thanks @harbournick and @artem-harbour ! Credit to the complete team effort! |
Adds the v1 functionality for AI Writing and Re-writing
Requesting eyes on
Caveats
processStreamfunction will change when the insights endpoint update the data structure returned. This is in progress by @falsaadehh