@ryanashcraft With snippets no?
Example: https://bird.makeup/users/_kavsoft/statuses/1935362211373002886
@deanatoire As you might have found, itβll be available in a later beta release (Apple Frameworks Engineer).
For iOS 16+, you can set the categoryName in an IntentDescription type.
https://developer.apple.com/documentation/appintents/intentdescription
It can be used in the description type property by all types conforming to the AppIntent protocol.
https://developer.apple.com/documentation/appintents/appintent/description
And for iOS 17+, it can used in the findIntentDescription property in the EnumerableEntityQuery and EntityPropertyQuery protocols (and conforming types).
For iOS 16+, you can set the categoryName in an IntentDescription type.
https://developer.apple.com/documentation/appintents/intentdescription
It can be used in the description type property by all types conforming to the AppIntent protocol.
https://developer.apple.com/documentation/appintents/appintent/description
And for iOS 17+, it can used in the findIntentDescription property in the EnumerableEntityQuery and EntityPropertyQuery protocols (and conforming types).
Update: it seems a little bit limited right now as it only supports English and can't be used with tool calling (contrary to what I said earlier).
And @dimillian shared that the results are not as good as when using the general use case π€·π»ββοΈ
It can only get better!
Yeah, you need to put an additional DefaultToolbarItem(kind: .search, placement: .bottomBar) in the Toolbar. In addition to the searchable modifier.