Semantic Kernel JavaScript
    Preparing search index...

    Class AIFunctionArguments<Schema, Args>

    Represents the arguments for an AI function.

    Type Parameters

    Index

    Constructors

    Accessors

    Constructors

    Accessors

    • get arguments(): Args

      Get the arguments for the kernel function.

      Returns Args

    • set arguments(args: Args): void

      Set the arguments for the kernel function.

      Parameters

      Returns void