fix(ui): display attachments in ask tool

This commit is contained in:
Soumyadas15 2025-06-06 21:05:06 +05:30
parent 92b08e6eaf
commit df65ea0a62
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ export function renderMarkdownContent(
{paramDisplay && <span className="ml-1 text-muted-foreground truncate max-w-[200px]" title={paramDisplay}>{paramDisplay}</span>}
</button>
</div>
);
);
}
lastIndex = xmlRegex.lastIndex;
}