From 323c5ef9ed8097c3d33c1f4258c8cf8c48ba5c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 24 Jul 2026 18:10:23 +0800 Subject: [PATCH] format --- .../crates/platform-editor-agent/src/agent/tools/common.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server-rs/crates/platform-editor-agent/src/agent/tools/common.rs b/server-rs/crates/platform-editor-agent/src/agent/tools/common.rs index 29dc44103..4d2920087 100644 --- a/server-rs/crates/platform-editor-agent/src/agent/tools/common.rs +++ b/server-rs/crates/platform-editor-agent/src/agent/tools/common.rs @@ -1,2 +1 @@ -pub const TOOL_CALL_PENDING_MESSAGE: &'static str = - "this tool call is pending user confirmation. if all tool calls are pending, just end this turn"; +pub const TOOL_CALL_PENDING_MESSAGE: &'static str = "this tool call is pending user confirmation. if all tool calls are pending, just end this turn";