feat(frontend): Change copywriting for execution task summary (#11324)

### Changes 🏗️

Change copywriting for execution task summary

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  <!-- Put your test plan here: -->
  - [x] Manual review
This commit is contained in:
Zamil Majdy
2025-11-05 14:59:21 +02:00
committed by GitHub
parent e9cd40c0d4
commit 2ad5a88a5c

View File

@@ -288,7 +288,7 @@ export function AgentRunDetailsView({
<Card className="agpt-box">
<CardHeader>
<CardTitle className="flex items-center gap-2 font-poppins text-lg">
Smart Agent Execution Summary
Task Summary
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
@@ -296,10 +296,9 @@ export function AgentRunDetailsView({
</TooltipTrigger>
<TooltipContent>
<p className="max-w-xs">
This is an AI-generated summary and may not be
completely accurate. It provides a conversational
overview of what the agent accomplished during
execution.
This AI-generated summary describes how the agent
handled your task. Its an experimental feature and may
occasionally be inaccurate.
</p>
</TooltipContent>
</Tooltip>