You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!