diff --git a/examples/basic-host/src/index.tsx b/examples/basic-host/src/index.tsx index 3d488a792..d3fb8bf05 100644 --- a/examples/basic-host/src/index.tsx +++ b/examples/basic-host/src/index.tsx @@ -339,9 +339,14 @@ function ToolCallInfoPanel({ toolCallInfo, isDestroying, onRequestClose, onClose className={styles.toolCallInfoPanel} style={isDestroying ? { opacity: 0.5, pointerEvents: "none" } : undefined} > - {/* Row 1: Header with server:tool name and close button */} + {/* Row 1: Header with server:tool title and close button */}