Add a keep going suggestion (#201)
This commit is contained in:
@@ -166,7 +166,8 @@ export type SuggestedAction =
|
||||
| WriteCodeProperlyAction
|
||||
| RebuildAction
|
||||
| RestartAction
|
||||
| RefreshAction;
|
||||
| RefreshAction
|
||||
| KeepGoingAction;
|
||||
|
||||
export interface RestartAppAction {
|
||||
id: "restart-app";
|
||||
@@ -197,6 +198,10 @@ export interface RefreshAction {
|
||||
id: "refresh";
|
||||
}
|
||||
|
||||
export interface KeepGoingAction {
|
||||
id: "keep-going";
|
||||
}
|
||||
|
||||
export interface ActionProposal {
|
||||
type: "action-proposal";
|
||||
actions: SuggestedAction[];
|
||||
|
||||
Reference in New Issue
Block a user