juztim / FutureDesk-Issues

Repository containing issues for futuredesk.io
0 stars 1 forks source link

Error parsing dicts #25

Open Zartch opened 1 year ago

Zartch commented 1 year ago

I'm trying to use GPT to create a table from a dict. Futuredesk throws an error:

Promt to reproduce:

Use the provided dict and give me a table:

kpi_historical = { 'total': 2, 'by_num': { '10': 2, '9': 0, '8': 0, '7': 0, '6': 0, '5': 0, '4': 0, '3': 0, '2': 0, '1': 0, '0': , 'by_status': { 'PENDING': 0, ' 'ACTIVE': 0, 'SOLVED': 1, 'CERTIFIED': 0}}

Error

imagen