AI response in AI Explorer (Chat) not displaying in HTML table format
Summary:
We have configured LLM Custom Summarization with HTML tags. On testing we see AI using HTML format when testing in debug mode in studio. however in explorer mode HTML bordering tag is not appearing.
Content added for HTML.
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
</head>
<body>
<table style="width:100%">
<tr>
<th>Organization</th>
<th>Distinct Item</th>
</tr>
<tr>
<td>AMN-Acacia Maynard NPI</td>
<td>5</td>
</tr>
<tr>
<td>Fabrinet Thailand</td>
<td>10</td>
</tr>
</table>
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Tagged:
0