Provide a checkbox "Convert Text to HTML"

Created on 31 May 2023, over 1 year ago
Updated 15 May 2024, 7 months ago

Problem/Motivation

Provide a checkbox "Convert Text to HTML" on Chatgpt 3.5 Augmentor

>> Convert \n\n to <p> tags
Tell me the name of five fruits

"{\u0022default\u0022:[\u0022Sure, here are the names of five fruits:\\n\\n1. Apple\\n2. Banana\\n3. Orange\\n4. Mango\\n5. Pineapple\u0022]}"

<p>
    Tell me the name of five fruits
</p>    
    <p>Sure, here are the names of five fruits:
</p>
<p>
    1. Apple
    <br>
    2. Banana
    <br>
    3. Orange
    <br>
    4. Mango
    <br>
    5. Pineapple
</p>

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024