Table of Contents

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

routeName string

The default route name.

Returns

RouterOrchestrator

This orchestrator for method chaining.