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 241f2cd commit 11ffb9bCopy full SHA for 11ffb9b
src/agentlab/agents/tool_use_agent/cua_like_agent.py
@@ -102,8 +102,8 @@ def _init(self):
102
103
def make(self) -> "Block":
104
"""Returns a copy so the init can start adding some stuff to `self` without changing the
105
- original datatclass that should only contain a config.
106
- The aim is avoid having 2 calss definition for each block, e.g. Block and BlockArgs.
+ original dataclass that should only contain a config.
+ The aim is avoid having 2 class definition for each block, e.g. Block and BlockArgs.
107
108
Returns:
109
Block: A copy of the current block instance with initialization applied.
0 commit comments