TomTom Maps for JavaScript
    Preparing search index...

    Type Alias Classifier

    Classifier: (context: ClassifierContext) => Promise<ClassificationResult | null>

    A classifier function that selects which tools to activate for a user message. Return null to activate all tools (fail-open).

    Type Declaration