#84 — Refactor EchartsResponse elements

Repo: Twill-AI/twill-llm-engine State: closed | Status: done Assignee: meliascosta

Created: 2024-08-05 · Updated: 2024-08-09

Description

We want to take “data” out of the echarts code response and have it separate so any “data only” or “echarts code only” modifications are easier to implement.

AC:

  • The ChatResponseEcharts element contains ‘code’, ‘sql_query’, ‘headers’, and ‘rows’ fields.
  • The LLMEngine outputs the new element correctly
  • The corresponding documentation on confluence has been updated

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets