@squidcloud/backend
    Preparing search index...

    Interface AiFunctionsConfiguratorResponse

    Result of the configurator function call: details how to override the set of AI functions available in the bundle.

    interface AiFunctionsConfiguratorResponse {
        functionOverrides: Record<string, AiFunctionOverrideDetails>;
    }
    Index

    Properties

    functionOverrides: Record<string, AiFunctionOverrideDetails>

    Map of overridden functions. If a function is not mentioned in the map - there is no override.