ChatBotKit Node SDK
    Preparing search index...
    • Resolve hook - intercepts module resolution to redirect @chatbotkit/* imports to the CLI's bundled packages.

      Parameters

      • specifier: string

        The module specifier being resolved

      • context: any

        Resolution context

      • nextResolve: Function

        The next resolve function in the chain

      Returns Promise<{ shortCircuit?: boolean; url: string }>