Closed rabum closed 9 months ago
Could you please share the full prompt you used? That will help us figure out what the issue is.
Could you please share the full prompt you used? That will help us figure out what the issue is.
I used the default prompt in the project, the q is "Select the total daily average deposit balance from January 1, 2022 to January 31" I have not found the effective prompt to make it write the intended answer
Like I want it to write "sum(bal)/(date('2022-01-31')-date('2022-01-01')+1)" as daily average, but it just keeps writing "AVG(bal)", even though I told it in the question that you should do a division