#57 — Fix Query correction strategy

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

Created: 2024-07-09 · Updated: 2024-07-26

Description

When a SQL query is not created correctly an iterative correction strategy kicks in. This is not currently working very well as often it doesn’t produce the desired corrected query. The main failure point is TABLE SELECTION.

AC:

  • A test set is created to evaluate the correction strategy
  • Queries are correctly generated for all the examples in the test set

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets