Type alias LDAIDefaults

LDAIDefaults: Omit<LDAIConfig, "tracker" | "enabled" | "toVercelAISDK"> & {
    enabled?: boolean;
}

Default value for a modelConfig. This is the same as the LDAIConfig, but it does not include a tracker or mapper, and enabled is optional.

Type declaration

  • Optional enabled?: boolean

    Whether the configuration is enabled.

    defaults to false

Generated using TypeDoc