Share via


Selector type

A function that determines whether a specific condition is met in the given turn context.

type Selector = (context: TurnContext) => Promise<boolean>