continue backend api and frontend;
As a user I want to continue writing a previously generated raw text document. The process consists of text passage recommendations from an LLM and the user's refinement until the document is deemed complete.
Rationale
The gnerated document of the generation service must most likely be refined and extended. A 'continue' API interface could assist this process.
Level
user goal
Actors
User, GenService, Gradio
Preconditions
a document structure has been generated from form Data (#19) or was manually provided by the user
Postconditions
the GUI contains a final draft of the requested document
Basic Flow
User adds or refines text
User submits text
System processed text and extends it with n tokens
Text is returned to the frontend and shown to the user
Summary
continue
backend api and frontend; As a user I want to continue writing a previously generated raw text document. The process consists of text passage recommendations from an LLM and the user's refinement until the document is deemed complete.Rationale
The gnerated document of the generation service must most likely be refined and extended. A 'continue' API interface could assist this process.
Level
user goal
Actors
User, GenService, Gradio
Preconditions
Postconditions
Basic Flow
n
tokensAlternative Paths
No response
Visualisation
Other related issues, use cases, features
No response