From feedd0eb4a5860d85ac138cce7f56ea74849ae4b Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 2 Mar 2026 23:30:47 +0530 Subject: [PATCH] improve prompt --- src/Appwrite/Platform/Tasks/SDKs.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/SDKs.php b/src/Appwrite/Platform/Tasks/SDKs.php index 0e37940a59..949dbb3e6b 100644 --- a/src/Appwrite/Platform/Tasks/SDKs.php +++ b/src/Appwrite/Platform/Tasks/SDKs.php @@ -821,16 +821,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ```diff {{diff}} ``` - - Respond with only valid JSON in this exact structure — no markdown fencing, no commentary: - { - "bump": "major" | "minor" | "patch", - "version": "", - "changelog": [ - "", - "" - ] - } PROMPT; $options = (new DiffCheckOptions())