(core) Cleanup: Remove unused AssistanceRequest.regenerate

Summary: Finish what was started in https://phab.getgrist.com/D3970

Test Plan: existing tests

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3972
This commit is contained in:
Alex Hall
2023-07-24 22:05:50 +02:00
parent f7fdfab6bf
commit 3f71c9c488
3 changed files with 7 additions and 29 deletions

View File

@@ -41,8 +41,6 @@ export interface AssistanceRequest {
context: AssistanceContext;
state?: AssistanceState;
text: string;
// TODO this is no longer used and should be removed
regenerate?: boolean;
}
/**