SystemLanguageModel.Error.assetsUnavailable(_:)
The assets required for the session are unavailable.
Declaration
case assetsUnavailable(SystemLanguageModel.Error.AssetsUnavailable)Discussion
This may happen if you forget to check model availability to begin with, or if the model assets are deleted. This can happen if the user disables Apple Intelligence while your app is running.