Skip to content

Commit db05e02

Browse files
authored
docs: fix docsting for create_swarm (#71)
1 parent 140fb07 commit db05e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langgraph_swarm/swarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def create_swarm(
9999
default_active_agent: Name of the agent to route to by default (if no agents are currently active).
100100
state_schema: State schema to use for the multi-agent graph.
101101
config_schema: An optional schema for configuration.
102-
Use this to expose configurable parameters via supervisor.config_specs.
102+
Use this to expose configurable parameters via `swarm.config_specs`.
103103
104104
Returns:
105105
A multi-agent swarm StateGraph.

0 commit comments

Comments
 (0)