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 {