What's New / Apple Intelligence, ML & Evaluation

What's new in _FoundationModels_AppKit

+1 NewmacOS

_FoundationModels_AppKit is a Swift cross-import overlay, not a standalone framework. Its API exists only when a target imports both FoundationModels and AppKit, and it adds the code that lets FoundationModels types work with AppKit on macOS.

The 27 SDK adds 1 new API, with no deprecations or removals. The addition is the Attachment type, which bridges FoundationModels content into AppKit.

New

1
extension

Attachment

NewmacOS
extension Attachment where Content == ImageAttachmentContent
Declaration
extension Attachment where Content == ImageAttachmentContent {

    public init(_ nsImage: NSImage, orientation: CGImagePropertyOrientation? = nil)
}

No APIs match your filter.

← More in Apple Intelligence, ML & Evaluation