#70 — Minor updates to facade and llm-engine.

Repo: Twill-AI/facade State: closed | Status: done Assignee: meliascosta

Created: 2024-08-15 · Updated: 2024-08-19

Description

Some issues where detected by @c4benni when implementing the frontend:

  1. LLM engine produced unsupported event in LLM Chat ‘7’: ChatEvent(event=‘QueryResponse’, data=QueryResponse(sqlChunk=”)
  2. Echarts elements didn’t have the new fields even though llm-engine was producing them.

Number 1 is caused by SQL query messages being produced by the LLM but not expected by facade. Making those DEBUG only

AC:

  • Issue 1 is solved
  • Issue 2 is solved

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets