mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Update code.py
This commit is contained in:
@@ -283,6 +283,8 @@ Example: ["pandas==1.3.0", "numpy", "matplotlib"]""",
|
||||
categories={BlockCategory.BASIC},
|
||||
input_schema=self.Input,
|
||||
output_schema=self.Output,
|
||||
disabled=True,
|
||||
|
||||
)
|
||||
self.fast_executor = FastPythonExecutionBlock()
|
||||
self.flexible_executor = FlexiblePythonExecutionBlock()
|
||||
|
||||
Reference in New Issue
Block a user