Method WithDefaultRoute
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
WithDefaultRoute(string)
Sets the default route to use when no match is found.
public RouterOrchestrator WithDefaultRoute(string routeName)
Parameters
routeNamestringThe default route name.
Returns
- RouterOrchestrator
This orchestrator for method chaining.