import React from "react"; export default function ConfirmInline({ data, confirmed, onConfirm }) { const { args, tool } = data || {}; if (confirmed) { // Once confirmed, show "Running..." state in the same container return (
{JSON.stringify(args, null, 2)}
{JSON.stringify(args, null, 2)}