ShowInAppSearchResultsIntent is supported from iOS 17.2. However while consuming the API without @AssistantIntent(schema: .system.search) it throws a error as shown below.
I am looking for a way I can make use of ShowInAppSearchResultsIntent in iOS 17 without having to use iOS 18 APIs for @AssistantIntent(schema: .system.search). Is there any way to achieve this?