You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hardly even sure how this will work, and it will require a lot of work on the lightning side.
I suppose the service has to be something like:
Given a bunch of job code
And a prompt (or the location of a comment in the code)
Generate a code solution
Return the new code probably as like a patch diff
Then there's stuff on the lightning side which requires some heavy monaco integration - like merging the returned patch, maybe previewing the change somehow, taking the prompt or triggering the query.
I think the editor and backend service need to be developed in tandem - but this issue is just for the code generating backend.
The text was updated successfully, but these errors were encountered:
Add a copilot-style interface in lightning
I am hardly even sure how this will work, and it will require a lot of work on the lightning side.
I suppose the service has to be something like:
Then there's stuff on the lightning side which requires some heavy monaco integration - like merging the returned patch, maybe previewing the change somehow, taking the prompt or triggering the query.
I think the editor and backend service need to be developed in tandem - but this issue is just for the code generating backend.
The text was updated successfully, but these errors were encountered: