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";