We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb724f commit 8dde21fCopy full SHA for 8dde21f
1 file changed
frontend/components/agent/AgentImportWizard.tsx
@@ -393,7 +393,6 @@ export default function AgentImportWizard({
393
items: agentsWithConflicts.map(([agentKey, conflict]) => {
394
const agentInfo = initialData.agent_info[agentKey] as any;
395
return {
396
- agent_id: agentInfo?.agent_id,
397
name: conflict.renamedName || agentInfo?.name || "",
398
display_name: conflict.renamedDisplayName || agentInfo?.display_name || "",
399
task_description: agentInfo?.business_description || agentInfo?.description || "",
0 commit comments