mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(block): Make RetrieveInformationBlock output static
This commit is contained in:
@@ -128,6 +128,7 @@ class RetrieveInformationBlock(Block):
|
||||
("value", {"theme": "light", "language": "en"}),
|
||||
],
|
||||
test_mock={"_retrieve_data": lambda *args, **kwargs: None},
|
||||
static_output=True,
|
||||
)
|
||||
|
||||
async def run(
|
||||
|
||||
Reference in New Issue
Block a user