From 07af494dcba4d84becae3ae76dedff2c7239015a Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Thu, 2 May 2024 12:05:48 +0200 Subject: [PATCH] Allow text connect --- IceCubesAppIntents/PostIntent.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesAppIntents/PostIntent.swift b/IceCubesAppIntents/PostIntent.swift index 70677a12..59f62270 100644 --- a/IceCubesAppIntents/PostIntent.swift +++ b/IceCubesAppIntents/PostIntent.swift @@ -10,7 +10,7 @@ struct PostIntent: AppIntent { } static let openAppWhenRun: Bool = true - @Parameter(title: "Post content") + @Parameter(title: "Post content", inputConnectionBehavior: .connectToPreviousIntentResult) var content: String? func perform() async throws -> some IntentResult {