mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
feat: add errorType to AutoModeActivity interface for enhanced error handling
- Introduced errorType property to the AutoModeActivity interface to categorize errors as "authentication" or "execution". - This addition improves the granularity of error reporting and handling within the application.
This commit is contained in:
@@ -351,6 +351,7 @@ export interface AutoModeActivity {
|
|||||||
tool?: string;
|
tool?: string;
|
||||||
passes?: boolean;
|
passes?: boolean;
|
||||||
phase?: "planning" | "action" | "verification";
|
phase?: "planning" | "action" | "verification";
|
||||||
|
errorType?: "authentication" | "execution";
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AppActions {
|
export interface AppActions {
|
||||||
|
|||||||
Reference in New Issue
Block a user