Skip to content

Commit 417893c

Browse files
committed
typo
1 parent 528b513 commit 417893c

File tree

1 file changed

+1
-1
lines changed
  • src/agentlab/agents/tool_use_agent

1 file changed

+1
-1
lines changed

src/agentlab/agents/tool_use_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def get_action(self, obs: Any) -> float:
166166
extra_info = []
167167

168168
extra_info.append(
169-
"Use ControlOrMeta instead of Control and Meta for keyboard shortcuts, to be cross-platform compatible. E.g. use ControlOrMeta for mutliple selection in lists"
169+
"""Use ControlOrMeta instead of Control and Meta for keyboard shortcuts, to be cross-platform compatible. E.g. use ControlOrMeta for mutliple selection in lists.\n"""
170170
)
171171

172172
self.messages.append(MessageBuilder.user().add_text("\n".join(extra_info)))

0 commit comments

Comments
 (0)