Preparing search index...

    Descriptor for a ChatTool plugin, holding registration metadata and the JSON schema for its AI-callable parameters.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dependencies: InterfaceId[]
    description: string

    Human-readable description of the plugin.

    id: string

    Unique identifier string for the plugin.

    interfaces: InterfaceId[]

    List of interface IDs that this plugin implements or exposes.

    name: string

    Display name of the plugin.

    schema: any

    JSON schema object defining the parameters accepted by the chat tool's execute() method.

    Methods

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

      Parameters

      • type: string

      Returns boolean