Feat: Modify the agent list return field name #3221 (#9373)

### What problem does this PR solve?

Feat: Modify the agent list return field name #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-08-11 14:03:52 +08:00
committed by GitHub
parent 4c7b2ef46e
commit 017dd85ccf
5 changed files with 11 additions and 8 deletions

View File

@ -3,7 +3,7 @@ import { RAGFlowAvatar } from '@/components/ragflow-avatar';
import { SharedBadge } from '@/components/shared-badge';
import { Card, CardContent } from '@/components/ui/card';
import { useNavigatePage } from '@/hooks/logic-hooks/navigate-hooks';
import { IFlow } from '@/interfaces/database/flow';
import { IFlow } from '@/interfaces/database/agent';
import { formatDate } from '@/utils/date';
import { AgentDropdown } from './agent-dropdown';
import { useRenameAgent } from './use-rename-agent';