Semantic Kernel JavaScript
    Preparing search index...

    Represents a kernel.

    Index

    Constructors

    • Creates a new kernel.

      Returns Kernel

    Accessors

    • get services(): ServiceProvider

      Gets the ServiceProvider instance.

      Returns ServiceProvider

    Methods

    • Adds a plugin to the kernel.

      Parameters

      • plugin: ArrayKernelPlugin

        The plugin to add.

      Returns this

      The kernel.

    • Adds a service to the kernel.

      Parameters

      • ...props: [service: unknown, options?: { serviceId: string }]

      Returns this

      The kernel.