fixed scroll bug

This commit is contained in:
Steve Androulakis
2025-01-05 09:44:12 -08:00
parent bde21f2a3a
commit 1e9f3b4111
2 changed files with 58 additions and 55 deletions

View File

@@ -35,11 +35,8 @@ export default function LLMResponse({ data, onConfirm, isLastMessage }) {
{!requiresConfirm && data.tool && data.next === "confirm" && (
<div className="text-sm text-center text-green-600 dark:text-green-400">
<div>
Agent ran tool: <strong>{data.tool ?? "Unknown"}</strong>
Agent chose tool: <strong>{data.tool ?? "Unknown"}</strong>
</div>
{/* <div>
{JSON.stringify(data, null, 2)}
</div> */}
</div>
)}
</div>