Header menu logo Nao

RoutingStrategy Type

Strategy for selecting which agent handles a request

Union cases

Union case Description

ByName string

Full Usage: ByName string

Parameters:
    Item : string

Item : string

ByPrompt IAgent

Full Usage: ByPrompt IAgent

Parameters:
Item : IAgent

Custom string -> IAgent list -> Task<IAgent>

Full Usage: Custom string -> IAgent list -> Task<IAgent>

Parameters:
Item : string -> IAgent list -> Task<IAgent>

RoundRobin

Full Usage: RoundRobin

Instance members

Instance member Description

this.IsByName

Full Usage: this.IsByName

Returns: bool
Returns: bool

this.IsByPrompt

Full Usage: this.IsByPrompt

Returns: bool
Returns: bool

this.IsCustom

Full Usage: this.IsCustom

Returns: bool
Returns: bool

this.IsRoundRobin

Full Usage: this.IsRoundRobin

Returns: bool
Returns: bool

Type something to start searching.