-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When adding SQL, extra space combinations might produce syntax errors.
To Reproduce
Steps to reproduce the behavior:
- Setup your favorite LLM model with OAFP_MODEL
- Execute
oafp data=“list of jupiter moons” in=llm getlist=true out=json > data.json” - Execute
oafp data.json out=ctable sql="select * order by diameter_km desc "(adapt, if necessary, to the results of the LLM as long as you get an extra space on the end of a order desc” - See error
Expected behavior
It shouldn’t produce any errors.
Screenshots
n/a
Additional context
n/a
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog