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 140fb07 commit db05e02Copy full SHA for db05e02
langgraph_swarm/swarm.py
@@ -99,7 +99,7 @@ def create_swarm(
99
default_active_agent: Name of the agent to route to by default (if no agents are currently active).
100
state_schema: State schema to use for the multi-agent graph.
101
config_schema: An optional schema for configuration.
102
- Use this to expose configurable parameters via supervisor.config_specs.
+ Use this to expose configurable parameters via `swarm.config_specs`.
103
104
Returns:
105
A multi-agent swarm StateGraph.
0 commit comments