We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116f2df commit 93c9d63Copy full SHA for 93c9d63
patchwork/steps/FileAgent/FileAgent.py
@@ -61,5 +61,3 @@ def run(self) -> dict:
61
agentic_strategy = AgenticStrategyV2(**kwargs)
62
result = agentic_strategy.execute(limit=10)
63
return {**result, **agentic_strategy.usage()}
64
-
65
0 commit comments