Skip to content

Commit d8ba8e8

Browse files
committed
update docstring
1 parent f8bd111 commit d8ba8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openhands-sdk/openhands/sdk/subagent/registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ def register_agent_if_absent(
106106
Register a custom agent if no agent with that name exists yet.
107107
108108
Unlike register_agent(), this does not raise on duplicates. This is used
109-
by file-based and plugin-based agent loading to gracefully skip conflicts
110-
with programmatically registered agents.
109+
in the remote conversation service, by file-based and plugin-based agent
110+
loading to gracefully skip conflicts with programmatically registered agents.
111111
112112
Args:
113113
factory_func: Function that takes an LLM and returns an Agent

0 commit comments

Comments
 (0)