@squidcloud/backend
    Preparing search index...

    Interface AiFunctionOverrideDetails

    An override for a single AI function.

    interface AiFunctionOverrideDetails {
        id: string;
        isExcluded?: boolean;
        predefinedParameters: Record<string, unknown>;
    }
    Index

    Properties

    id: string

    Overridden AI function ID.

    isExcluded?: boolean

    If set to true, the function won't be available for the connector agent.

    predefinedParameters: Record<string, unknown>

    Set of parameters to fill with a predefined values.