mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +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;
|
||||
passes?: boolean;
|
||||
phase?: "planning" | "action" | "verification";
|
||||
errorType?: "authentication" | "execution";
|
||||
}
|
||||
|
||||
export interface AppActions {
|
||||
|
||||
Reference in New Issue
Block a user