ailoy-node
    Preparing search index...

    Interface PartFunction

    Represents a function call contained within a message part.

    interface PartFunction {
        arguments: any;
        name: string;
    }
    Index

    Properties

    Properties

    arguments: any

    The arguments of the function, usually represented as a JSON object.

    name: string

    The name of the function