From 34cf68bbc907b881ebc3d5a81ff753170b0e396b Mon Sep 17 00:00:00 2001 From: juyua9 Date: Fri, 7 Aug 2026 15:33:55 +0800 Subject: [PATCH] style(comet): align form input schema indentation --- Comet Assistant/tools.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Comet Assistant/tools.json b/Comet Assistant/tools.json index c8fa42d5..b967fa1a 100644 --- a/Comet Assistant/tools.json +++ b/Comet Assistant/tools.json @@ -182,10 +182,10 @@ "type": "string", "description": "Element reference from read_page, such as ref_1." }, - "value": { - "type": ["string", "boolean"], - "description": "Value to set; string for text/dropdowns or boolean for checkboxes." - } + "value": { + "type": ["string", "boolean"], + "description": "Value to set; string for text/dropdowns or boolean for checkboxes." + } }, "required": [ "tab_id",