Preparing search index...

    Registry interface for discovering and executing registered ChatTool plugins.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    interfaceId: InterfaceId

    Unique identifier used to look up this interface via the plugin system.

    toolDeregistered: signal1<IPluginDescriptor, void>

    Signal emitted when a chat tool plugin is unregistered from the registry.

    toolRegistered: signal1<IPluginDescriptor, void>

    Signal emitted when a new chat tool plugin is registered.

    Array of all currently registered chat tool plugin descriptors.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean