From c353090e5202559d7032eef1527322d52137edcf Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Sat, 4 Jan 2025 11:43:19 -0800 Subject: [PATCH] UI update --- frontend/src/components/ConfirmInline.jsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/ConfirmInline.jsx b/frontend/src/components/ConfirmInline.jsx index 5119e9c..9e57c5b 100644 --- a/frontend/src/components/ConfirmInline.jsx +++ b/frontend/src/components/ConfirmInline.jsx @@ -8,6 +8,9 @@ export default function ConfirmInline({ data, confirmed, onConfirm }) { return (
+
+ Tool: {tool ?? "Unknown"} +
Tool: {tool ?? "Unknown"}
@@ -32,16 +35,19 @@ export default function ConfirmInline({ data, confirmed, onConfirm }) {
- Tool: {tool ?? "Unknown"} + Agent is ready to run the tool: {tool ?? "Unknown"}
{args && ( -
- Args: +
+ With the following parameters
               {JSON.stringify(args, null, 2)}
             
)} +
+ Please confirm to proceed. +