gristlabs_grist-core/test/formula-dataset
Alex Hall d88f79bc5e (core) Add cases involving lookups to formula dataset
Summary: I looked through the template documents mentioned in `formula-dataset-index.csv` and selected formulas involving lookups to add to the CSV, particularly nontrivial formulas.

Test Plan: Running the test script on the new dataset gives a score of 47/61 compared to the previous 45/47, i.e. it scores 2/14 on the new entries. Lookups are clearly challenging and we'll need to add more information to the prompt, maybe even consider a more complicated strategy than a single prompt. This diff is purely for expanding the dataset, improving performance will come later.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3931
2023-06-26 13:18:52 +02:00
..
data (core) Add cases involving lookups to formula dataset 2023-06-26 13:18:52 +02:00
.gitignore (core) Improve parsing formula from completion 2023-06-16 13:38:20 +02:00
runCompletion_impl.ts (core) Improve parsing formula from completion 2023-06-16 13:38:20 +02:00
runCompletion.js add support for conversational state to assistance endpoint (#506) 2023-05-08 14:15:22 -04:00