SuggestionSource

enum SuggestionSource
extension SuggestionSource : Equatable, Hashable, Sendable

Source of an automation suggestion.

  • Undocumented

    Declaration

    Swift

    case unspecified
  • Personalized suggestion

    Declaration

    Swift

    case llmGenerated
  • Hand curated personal suggestion

    Declaration

    Swift

    case staticGoogleCurated
  • Legacy curated routine

    Declaration

    Swift

    case legacyCuratedRoutine