Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -333,7 +333,7 @@ class AIAgent:
|
|
| 333 |
print("Please provide input.")
|
| 334 |
except (InvalidActionError, InvalidInputError, CodeGenerationError, CodeRefinementError,
|
| 335 |
CodeTestingError, CodeIntegrationError, AppTestingError, WorkspaceExplorerError,
|
| 336 |
-
PromptManagementError, SearchError) as e:
|
| 337 |
print(f"Error: {e}")
|
| 338 |
|
| 339 |
def run(self):
|
|
|
|
| 333 |
print("Please provide input.")
|
| 334 |
except (InvalidActionError, InvalidInputError, CodeGenerationError, CodeRefinementError,
|
| 335 |
CodeTestingError, CodeIntegrationError, AppTestingError, WorkspaceExplorerError,
|
| 336 |
+
PromptManagementError, SearchError) as e:
|
| 337 |
print(f"Error: {e}")
|
| 338 |
|
| 339 |
def run(self):
|