mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 14:38:08 +01:00
fixed scroll bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user