#203 — Improve speed of widget editing for simple formatting changes.
Repo: Twill-AI/twill-llm-engine State: closed | Status: done Assignee: meliascosta
Created: 2024-11-22 · Updated: 2024-12-02
Description
Right now we have very limited editing functionality. Any modification creates a new graph from scratch which is slow. This task is to create a separate faster route for “cosmetic” changes.
AC:
- Cosmetic changes are detected and performed quickly in the widget page
- General plot changes are unaffected
In order to modify the JSON object that defines the echarts plot we’ll use https://github.com/hinthornw/trustcall
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets