Skip to content

Commit af58a52

Browse files
Update dreadnode/agent/tools/tasking.py
Co-authored-by: Copilot <[email protected]>
1 parent 8b677a1 commit af58a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dreadnode/agent/tools/tasking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def give_up_on_task(reason: str) -> None:
6161
raise Fail("Agent gave up on the task.")
6262

6363

64-
class TaskOutput(Toolset):
64+
class TaskOutputBuffer(Toolset):
6565
"""
6666
Provides a stateful output buffer for accumulating task results.
6767

0 commit comments

Comments
 (0)